Skip to content

Commit

Permalink
Install dev group
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Angelim committed Apr 28, 2024
1 parent 34f2007 commit 7195a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
poetry config virtualenvs.create false # Avoids creating an additional virtual environment
- name: Install dependencies
run: poetry install --no-interaction --no-root
run: poetry install --no-interaction --no-root --group dev


- name: Test with pytest
Expand Down

0 comments on commit 7195a1b

Please sign in to comment.