We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bcc345 + 41fe8ec commit 1b5fa08Copy full SHA for 1b5fa08
3 files changed
.github/workflows/ci.yaml
@@ -61,7 +61,7 @@ jobs:
61
version: ${{ env.POETRY_VERSION }}
62
-
63
name: Install dependencies
64
- run: poetry install
+ run: poetry install --with dev
65
66
name: Lint
67
run: poetry run pyright .
0 commit comments