We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05c38a7 + 057f9d0 commit 9f1fe1fCopy full SHA for 9f1fe1f
4 files changed
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
poetry-version: 2.1
24
- name: Install dependencies
25
- run: poetry install
+ run: poetry install -E dev
26
- name: isort
27
run: poetry run isort --check-only --quiet --settings pyproject.toml .
28
- name: flake8
0 commit comments