Skip to content

Commit

Permalink
test: update main testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
annehaley authored and johnkit committed Apr 30, 2024
1 parent 39cae23 commit 39eb6b1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,7 @@ jobs:
run: |
pip install .
pip install -r tests/requirements.txt
pytest -s ./tests
pytest -s ./tests/test_builder.py
pip install .[viewer]
pytest -s ./tests/test_viewer.py
working-directory: .

0 comments on commit 39eb6b1

Please sign in to comment.