Skip to content

Commit

Permalink
install testing requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Jun 24, 2022
1 parent 3fc120d commit ff45ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Install dependencies
run: |
pip install -e ".[notebook,dev]"
pip install -e ".[notebook,testing]"
- name: Test notebooks
run: pytest --nbmake notebooks/*ipynb

0 comments on commit ff45ddf

Please sign in to comment.