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 741cf8b commit 8c9bdb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
- name: Set up Python 3.10
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10
- name: Install dependencies
run: |
pip install nose2
python setup.py develop
pip install -e .[psutil,signalfd]
- name: Test with nose2
run: |
nose2 -v -s tests

0 comments on commit 8c9bdb1

Please sign in to comment.