Skip to content

Commit

Permalink
ci: fix tests workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Nov 13, 2024
1 parent 262e7d7 commit 70ea4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
run: |
python3 -m pytest --cov
- name: Upload coverage to Codecov
if: matrix.python-version == "3.10"
if: matrix.python-version == 3.10
uses: codecov/codecov-action@v3

0 comments on commit 70ea4af

Please sign in to comment.