Skip to content

Commit

Permalink
Update location.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerEnglish authored Jul 18, 2023
1 parent dd615b7 commit 574508a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/location.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python script and Notebook Runner
name: Python script and Test Runner

on:
push:
Expand Down Expand Up @@ -26,11 +26,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r stories/location/requirement.txt
- name: Install Jupyter
- name: Run main.py
run: |
pip install notebook
pip install nbconvert
- name: Execute Jupyter Notebook
run: |
jupyter nbconvert --execute --to notebook stories/location/scripts/e_location.ipynb
python stories/location/scripts/main.py

0 comments on commit 574508a

Please sign in to comment.