Skip to content

Commit

Permalink
Testing workflow with Poetry, fixed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikLizakJohansen committed Dec 12, 2023
1 parent 4f4ed24 commit b4b8809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
poetry update
- name: Run tests
run: |
poetry pytest
poetry run pytest

0 comments on commit b4b8809

Please sign in to comment.