Skip to content

Commit 08b1c3a

Browse files
committed
Remove --all-extras
1 parent 27abb6f commit 08b1c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
python-version: "3.10"
133133

134134
- name: Install dependencies
135-
run: poetry install --all-extras --with dev
135+
run: poetry install --with dev
136136

137137
- name: Download data
138138
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)