Skip to content

Commit e31b5d6

Browse files
authored
Merge pull request #948 from martinRenou/missing_jupyter_packaging
Missing jupyter-packaging on CI
2 parents 7177a7a + 50cfa9c commit e31b5d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: mamba install python=${{ matrix.python-version }} pip nodejs flake8
3636

3737
- name: Mamba install dependencies
38-
run: mamba install jupyterlab ipywidgets openssl=1.1.1l
38+
run: mamba install jupyterlab ipywidgets openssl=1.1.1l jupyter-packaging~=0.7.9
3939

4040
- name: Install ipyleaflet
4141
run: pip install .

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: mamba install python=${{ matrix.python-version }} pip nodejs flake8
3333

3434
- name: Mamba install dependencies
35-
run: mamba install jupyterlab ipywidgets openssl=1.1.1l
35+
run: mamba install jupyterlab ipywidgets openssl=1.1.1l jupyter-packaging~=0.7.9
3636

3737
- name: Install ipyleaflet
3838
run: pip install .

.github/workflows/update_galata_references.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: mamba install python=${{ matrix.python-version }} pip nodejs flake8
4343

4444
- name: Mamba install dependencies
45-
run: mamba install jupyterlab ipywidgets openssl=1.1.1l
45+
run: mamba install jupyterlab ipywidgets openssl=1.1.1l jupyter-packaging~=0.7.9
4646

4747
- name: Install ipyleaflet
4848
run: pip install .

0 commit comments

Comments
 (0)