Skip to content

Commit

Permalink
fix test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu-g committed Apr 15, 2024
1 parent ec652c5 commit 92077e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
- name: Run tests
run: |
poetry run pytest --cov=./ --cov-report=xml
env:
XDG_CACHE_HOME: ${{ github.workspace }}/.cache
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 92077e1

Please sign in to comment.