Skip to content

Commit

Permalink
Removed --no-root from poetry install in pr.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexthomas93 committed Sep 18, 2024
1 parent 37c9ba6 commit afb86c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
key: venv-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root --extras external_clients
run: poetry install --no-interaction --extras external_clients
- name: Check format and linting
run: |
poetry run ruff check --select I .
Expand Down

0 comments on commit afb86c5

Please sign in to comment.