Skip to content

Commit 4bbcd05

Browse files
committed
Try to fix test_minimum_versions
1 parent e51c2d6 commit 4bbcd05

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ jobs:
196196
steps:
197197
- uses: actions/checkout@v6
198198

199+
- uses: actions/setup-python@v6
200+
with:
201+
python-version: "3.10"
202+
199203
- name: Preinstall hatch and virtualenv
200204
run: |
201205
python --version
@@ -205,7 +209,7 @@ jobs:
205209
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
206210
with:
207211
dependency_type: minimum
208-
python_version: "3.10"
212+
python_version: ${{ matrix.python-version }}
209213

210214
- name: List installed packages
211215
run: |

0 commit comments

Comments
 (0)