Skip to content

Commit

Permalink
chore: delete duplicated 'install dep' step
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Jul 17, 2024
1 parent 7d8c2d0 commit 9e299b2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
run: poetry install --with=dev --all-extras
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'

- name: Install dependencies
run:
poetry install
- name: Launch quality checks
run: |
poetry run flake8 .
Expand Down

0 comments on commit 9e299b2

Please sign in to comment.