Skip to content

Commit da54dfb

Browse files
authored
test this ci (#1445)
1 parent 6e4a5f4 commit da54dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696

9797
- name: Install dependencies
9898
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
99-
run: poetry install --no-interaction --all-extras
99+
run: poetry install --no-interaction --extras security
100100

101101
- name: AutoFix Patchwork
102102
run: |
@@ -151,7 +151,7 @@ jobs:
151151

152152
- name: Install dependencies
153153
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
154-
run: poetry install --no-interaction --all-extras
154+
run: poetry install --no-interaction
155155

156156
- name: PR Review
157157
run: |

0 commit comments

Comments
 (0)