Skip to content

Commit 30360de

Browse files
committed
Small tuning following #1248
1 parent d14ba4a commit 30360de

File tree

3 files changed

+3
-41
lines changed

3 files changed

+3
-41
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Base Setup
2121
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
2222
with:
23-
python-version: ${{ matrix.python-version }}
23+
python_version: ${{ matrix.python-version }}
2424

2525
- name: Install dependencies
2626
run: python -m pip install -U jupyterlab~=3.0

.github/workflows/publish.yml

Lines changed: 0 additions & 40 deletions
This file was deleted.

.github/workflows/update-integration-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131

3232
- name: Base Setup
3333
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
34+
with:
35+
python_version: '3.10'
3436

3537
- name: Install dependencies
3638
run: python -m pip install -U jupyterlab~=3.1 jupyter-archive

0 commit comments

Comments
 (0)