Skip to content

Commit

Permalink
Revise test
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-f committed Dec 6, 2024
1 parent ab02bf2 commit ade17fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
matrix:
python-version:
# - "3.13"
- "3.12"
- "3.11"
- "3.10"
- "3.12"
- "3.11"
- "3.10"
# - "3.9"
os:
- ubuntu-latest
Expand All @@ -47,7 +47,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install .[dev]
- name: Test package
run: |
pytest
Expand All @@ -61,4 +61,4 @@ jobs:
# - name: Upload code coverage report
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ade17fa

Please sign in to comment.