Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Nov 19, 2023
1 parent d7503b1 commit 6b485e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ jobs:
- name: Test
run: |
python -m pytest --cov=${PACKAGE} --cov-report=html --cov-report=term ${PACKAGE}
python -m pytest --cov=${PACKAGE} --cov-report=html --cov-report=term --pyargs ${PACKAGE}

0 comments on commit 6b485e8

Please sign in to comment.