Skip to content

Commit

Permalink
workflows: simplify test command
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Jul 11, 2024
1 parent b94f98a commit 18fc10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Remove source, run tests on installed package
run: |
rm -rf sourcefinder
pytest --cov= test
pytest --cov=
publish:
# isolate from test, to prevent partial uploads
Expand Down

0 comments on commit 18fc10e

Please sign in to comment.