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 d14ba4a commit 30360deCopy full SHA for 30360de
.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Base Setup
21
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
22
with:
23
- python-version: ${{ matrix.python-version }}
+ python_version: ${{ matrix.python-version }}
24
25
- name: Install dependencies
26
run: python -m pip install -U jupyterlab~=3.0
.github/workflows/publish.yml
.github/workflows/update-integration-tests.yml
@@ -31,6 +31,8 @@ jobs:
31
32
33
34
+ with:
35
+ python_version: '3.10'
36
37
38
run: python -m pip install -U jupyterlab~=3.1 jupyter-archive
0 commit comments