Skip to content

Commit

Permalink
CI: fix poetry install of dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Aug 22, 2023
1 parent 037827c commit c882768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: "3.10"
- name: Install gepetuto and its dependencies
run: pipx install poetry && poetry install -E dev
run: pipx install poetry && poetry install --with dev
- name: check with gepetuto
run: poetry run gepetuto -vvca all -C tests
- name: run unit tests
Expand Down

0 comments on commit c882768

Please sign in to comment.