Skip to content

Commit

Permalink
DEV: python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Sep 27, 2023
1 parent 531abb7 commit 04f8b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
pytest tests --cov=smol --cov-report=xml
- uses: actions/checkout@v4
- if: matrix.python_version == '3.11' && github.event_name == 'push'
- if: matrix.python_version == '3.10'
name: codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
with:
Expand Down

0 comments on commit 04f8b70

Please sign in to comment.