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 462adde commit d7503b1
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
python -m pytest --cov=${PACKAGE} --cov-report=html --cov-report=term ${PACKAGE}

0 comments on commit d7503b1

Please sign in to comment.