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 6e4a5f4 commit da54dfbCopy full SHA for da54dfb
.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 --all-extras
+ run: poetry install --no-interaction --extras security
100
101
- name: AutoFix Patchwork
102
run: |
@@ -151,7 +151,7 @@ jobs:
151
152
153
154
+ run: poetry install --no-interaction
155
156
- name: PR Review
157
0 commit comments