Skip to content

Commit 87f25e2

Browse files
authored
Merge pull request #367 from martinRenou/fix_ci
Fix CI
2 parents 0bdcd00 + a6195e2 commit 87f25e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+3-3
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,8 +138,8 @@ jobs:
138138
pip install -vv ${{ matrix.dist }}
139139
140140
- 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 .
143143

144144
- name: Test installation files
145145
run: |

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ norecursedirs = [
1212
"node_modules",
1313
".ipynb_checkpoints",
1414
]
15-
addopts = "--nbval --current-env"
15+
addopts = "--nbval-lax --current-env"
1616

1717
[tool.isort]
1818
profile = "black"

0 commit comments

Comments
 (0)