Skip to content

Commit 342fefc

Browse files
committed
Install all deps and run with no root
1 parent 89fc2a0 commit 342fefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install dependencies
2121
run: |
2222
pip install poetry
23-
cd training && poetry install
23+
cd training && poetry install --with dev --no-root
2424
- name: Run formatter, linter and type checker
2525
run: |
2626
ruff check training

0 commit comments

Comments
 (0)