We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ba0325 + 28d9c83 commit 572efa1Copy full SHA for 572efa1
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
cache: poetry
26
27
- name: install code with dev dependencies
28
- run: poetry install --with ci
+ run: poetry install --with ci --with test
29
30
- name: run ruff linter
31
run: poetry run ruff check
docs/development.md
@@ -42,7 +42,7 @@ In a brief nutshell:
42
to work on docs):
43
44
```shell
45
- poetry install --with dev --with docs
+ poetry install --with dev --with test --with docs
46
```
47
48
5. Optionally (but strongly recommended) enable the [pre-commit] hooks
0 commit comments