Skip to content

Commit

Permalink
add pytest to requirements for notebook testing
Browse files Browse the repository at this point in the history
  • Loading branch information
arogozhnikov committed Sep 16, 2024
1 parent 487e88a commit 5c6841c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: pip
- name: Install dependencies to run/test notebooks
run: |
pip install nbformat nbconvert jupyter pillow numpy torch tensorflow
pip install nbformat nbconvert jupyter pillow pytest numpy torch tensorflow
- name: Testing notebooks
run: |
pip install -e . && pytest scripts/test_notebooks.py

0 comments on commit 5c6841c

Please sign in to comment.