Skip to content

Commit

Permalink
fix: fix poetry command in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoLiegiBastonLiegi committed Oct 2, 2024
1 parent 8af77f4 commit 7a0e6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: poetry install --no-interaction --no-root
if: steps.cache.outputs.cache-hit != 'true'
- name: Install project
run: poetry install --no-interaction --with test
run: poetry install --no-interaction --with tests
- name: Install task runner
run: pip install poethepoet
- name: Lint
Expand Down

0 comments on commit 7a0e6f8

Please sign in to comment.