Skip to content

Commit

Permalink
Removed duplicate poetry install for pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Sep 18, 2024
1 parent 9b0ca95 commit 37c9ba6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ jobs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --extras external_clients
- name: Install root project
run: poetry install --no-interaction
- name: Check format and linting
run: |
poetry run ruff check --select I .
Expand Down

0 comments on commit 37c9ba6

Please sign in to comment.