Skip to content

Commit

Permalink
trying again 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 e5c7b6a commit c34ab4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install jupyter
python -m pip install install -r requirements.txt
python -m pip install -r requirements.txt
python -m pip install .
- name: Run tutorial notebooks
run: |
jupyter execute docs/tutorials/*.ipynb
shell: bash

0 comments on commit c34ab4b

Please sign in to comment.