Skip to content

Commit

Permalink
poetry run
Browse files Browse the repository at this point in the history
  • Loading branch information
lmmentel committed Oct 20, 2024
1 parent 6b02781 commit 4ffe7b1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ jobs:
uses: pre-commit/[email protected]

- name: Test with pytest
run: |
source $VENV
pytest
run: poetry run pytest

deploy:
needs: test
Expand Down

0 comments on commit 4ffe7b1

Please sign in to comment.