Skip to content

Commit

Permalink
pytest-qt in test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaubier committed Jan 27, 2025
1 parent 6810922 commit dd1eef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python -m pip install -e .

- name: Installing test dependencies
run: pip install pytest nbmake
run: pip install pytest pytest-qt

- name: Testing CoperniFUS
run: pytest tests/test_viewer.py

0 comments on commit dd1eef1

Please sign in to comment.