Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
redhog authored Oct 29, 2023
1 parent 998b16b commit 0a11050
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 @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install nose2
pip install -e .[psutil,signalfd]
pip install -e .[ps,signalfd]
- name: Test with nose2
run: |
nose2 -v -s tests

0 comments on commit 0a11050

Please sign in to comment.