We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fc2a0 commit 342fefcCopy full SHA for 342fefc
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install dependencies
21
run: |
22
pip install poetry
23
- cd training && poetry install
+ cd training && poetry install --with dev --no-root
24
- name: Run formatter, linter and type checker
25
26
ruff check training
0 commit comments