Skip to content

Commit

Permalink
fix(CI): poetry installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesBelveze committed Jul 15, 2023
1 parent 358a969 commit 2bd9953
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry install --with dev --all-extras --no-interaction --no-root
- name: Install project
run: |
poetry install --no-interaction
poetry install --with dev --all-extras
- name: Check linting
run: |
Expand Down

0 comments on commit 2bd9953

Please sign in to comment.