Skip to content

Commit

Permalink
more debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Jan 11, 2024
1 parent 785a74d commit a64a29d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install jupyter setuptools
- name: Install orbitize
run: |
python -m pip install -r .
python -m pip install -r requirements.txt
python -m pip install .
- name: Run tutorial notebooks
run: |
echo $PATH
Expand Down

0 comments on commit a64a29d

Please sign in to comment.