Skip to content

Commit 2989327

Browse files
committed
fix: ci.
1 parent bbf84d8 commit 2989327

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- turu-snowflake
2929
- turu-bigquery
3030
- .
31+
install-flags:
32+
- ""
33+
- "--all-extras"
3134
defaults:
3235
run:
3336
working-directory: ${{ matrix.package }}
@@ -44,7 +47,7 @@ jobs:
4447
poetry --version
4548
- name: Poetry Install Dependencies
4649
run: |
47-
poetry install --no-interaction --all-extras
50+
poetry install --no-interaction ${{ matrix.install-flags }}
4851
- name: Lint
4952
run: |
5053
poetry run task format --diff

0 commit comments

Comments
 (0)