We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e51c2d6 commit 4bbcd05Copy full SHA for 4bbcd05
.github/workflows/ci.yml
@@ -196,6 +196,10 @@ jobs:
196
steps:
197
- uses: actions/checkout@v6
198
199
+ - uses: actions/setup-python@v6
200
+ with:
201
+ python-version: "3.10"
202
+
203
- name: Preinstall hatch and virtualenv
204
run: |
205
python --version
@@ -205,7 +209,7 @@ jobs:
209
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
206
210
with:
207
211
dependency_type: minimum
208
- python_version: "3.10"
212
+ python_version: ${{ matrix.python-version }}
213
214
- name: List installed packages
215
0 commit comments