We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71858a commit 85902d3Copy full SHA for 85902d3
.github/workflows/test.yml
@@ -96,7 +96,7 @@ jobs:
96
97
- name: Install dependencies
98
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
99
- run: poetry install --no-interaction --only main --extras security
+ run: poetry install --no-interaction --all-extras
100
101
- name: AutoFix Patchwork
102
run: |
@@ -151,7 +151,7 @@ jobs:
151
152
153
154
- run: poetry install --no-interaction --only main
155
156
- name: PR Review
157
0 commit comments