Skip to content

Commit

Permalink
trying to get nbs to run
Browse files Browse the repository at this point in the history
  • Loading branch information
sblunt committed Jan 10, 2024
1 parent cd620b3 commit e5c7b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install jupyter
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install .
python -m pip install jupyter
python -m pip install install -r requirements.txt
- name: Run tutorial notebooks
run: |
jupyter execute docs/tutorials/*.ipynb
shell: bash

0 comments on commit e5c7b6a

Please sign in to comment.