Skip to content

Commit

Permalink
python 3.10 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfire1900 committed Dec 3, 2024
1 parent 90f7d4a commit 3dfca75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os:
- ubuntu-latest
python-version:
- "3.8"
- "3.10"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand All @@ -28,4 +28,4 @@ jobs:
- name: Run tests
run: |
xonsh -c "xontrib load pygitstatus"
poetry run pytest
./venv/bin/pytest

0 comments on commit 3dfca75

Please sign in to comment.