Skip to content

Commit

Permalink
Install all deps and run with no root
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Oct 17, 2024
1 parent 89fc2a0 commit 342fefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install dependencies
run: |
pip install poetry
cd training && poetry install
cd training && poetry install --with dev --no-root
- name: Run formatter, linter and type checker
run: |
ruff check training
Expand Down

0 comments on commit 342fefc

Please sign in to comment.