Skip to content

Commit

Permalink
use dev requirementes for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rettigl committed Dec 14, 2024
1 parent eaf1c35 commit de3d1ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ jobs:
python -m pip install --upgrade pip
- name: Install package
run: |
pip install -e ".[core, test]"
pip install pytest pytest-qt
pip install -e ".[dev]"
- name: Test with pytest
run: |
pytest -sv --show-capture=no tests

0 comments on commit de3d1ec

Please sign in to comment.