Skip to content

Commit

Permalink
Fix deps install on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
k0t3n committed Aug 16, 2024
1 parent 99b0b84 commit 3f670ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
key: python-${{ matrix.python-version }}-pydeps-${{ hashFiles('**/poetry.lock') }}
- name: "Install Dependencies"
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: "poetry install --no-interaction --no-root"
run: "poetry install --no-interaction --no-root --all-extras"
- name: "Run Lint"
run: "make lint"
- name: "Run Tests"
Expand Down

0 comments on commit 3f670ac

Please sign in to comment.