Skip to content

Commit

Permalink
add dev group for poetry installation for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Baukebrenninkmeijer committed Oct 18, 2024
1 parent b6e6a56 commit aa7ff69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
pip install poetry pytest
poetry lock
poetry export --without-hashes --format=requirements.txt -o requirements.txt
poetry export --without-hashes --format=requirements.txt -o requirements.txt --with dev
pip install .
- name: Run tests
run: |
Expand Down

0 comments on commit aa7ff69

Please sign in to comment.