Skip to content

Commit a6195e2

Browse files
committed
Try updating jupyterlab==2 on the CI
1 parent 35b09b3 commit a6195e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
jlab_version: 3
110110
- python: '3.9'
111111
dist: 'ipympl*.whl'
112-
jlab_version: 2
112+
jlab_version: 2.3.2
113113

114114
steps:
115115

@@ -138,7 +138,7 @@ jobs:
138138
pip install -vv ${{ matrix.dist }}
139139
140140
- name: Manually install labextension for lab2
141-
if: ${{ matrix.jlab_version }} == 2
141+
if: ${{ matrix.jlab_version }} == 2.3.2
142142
run: jupyter labextension install --debug .
143143

144144
- name: Test installation files

0 commit comments

Comments
 (0)