Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bentofreire committed Oct 3, 2024
1 parent 7d66eef commit 2b4837e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: [3.10, 3.11, 3.12]
python-version: ['3.10', '3.11', '3.12']

steps:
- name: Check out repository
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Run tests with coverage
run: |
pytest --cov=pytracetoix --cov-report=term-missing test/
pytest --cov=pytracetoix --cov-report=term-missing
- name: Upload coverage report
if: always()
Expand Down

0 comments on commit 2b4837e

Please sign in to comment.