Skip to content

Commit

Permalink
Fix workflow to support rye
Browse files Browse the repository at this point in the history
  • Loading branch information
horrormyth committed Jun 3, 2024
1 parent e825b35 commit f26c59b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
run: |
rye run pre-commit run --all-files
- name: Test
run: |
rye run pytest --cov=src --cov-report=html
run: |
rye run pytest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit f26c59b

Please sign in to comment.