Skip to content

Commit

Permalink
pytest command fix in python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gregstarr authored May 24, 2023
1 parent c485a77 commit 4ca2a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
poetry run flake8 ./volumentations --count --select=E9,F63,F7,F82 --show-source --statistics
- name: Test with pytest
run: |
pytest
poetry run pytest

0 comments on commit 4ca2a60

Please sign in to comment.