Skip to content

Commit 65e21c3

Browse files
committed
Install all extras
1 parent f412664 commit 65e21c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ jobs:
129129
- run: poetry config virtualenvs.in-project true
130130
- uses: actions/setup-python@v5
131131
with:
132-
python-version: "3.12"
132+
python-version: "3.10"
133133

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

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

0 commit comments

Comments
 (0)