File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109
109
jlab_version : 3
110
110
- python : ' 3.9'
111
111
dist : ' ipympl*.whl'
112
- jlab_version : 2
112
+ jlab_version : 2.3.2
113
113
114
114
steps :
115
115
@@ -138,8 +138,8 @@ jobs:
138
138
pip install -vv ${{ matrix.dist }}
139
139
140
140
- name : Manually install labextension for lab2
141
- if : ${{ matrix.jlab_version }} == 2
142
- run : jupyter labextension install .
141
+ if : ${{ matrix.jlab_version }} == 2.3.2
142
+ run : jupyter labextension install --debug .
143
143
144
144
- name : Test installation files
145
145
run : |
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ norecursedirs = [
12
12
" node_modules" ,
13
13
" .ipynb_checkpoints" ,
14
14
]
15
- addopts = " --nbval --current-env"
15
+ addopts = " --nbval-lax --current-env"
16
16
17
17
[tool .isort ]
18
18
profile = " black"
You can’t perform that action at this time.
0 commit comments