Skip to content

Commit 85902d3

Browse files
committed
try all extras
1 parent b71858a commit 85902d3

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 --only main --extras security
99+
run: poetry install --no-interaction --all-extras
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 --only main
154+
run: poetry install --no-interaction --all-extras
155155

156156
- name: PR Review
157157
run: |

0 commit comments

Comments
 (0)