File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
run : mamba install python=${{ matrix.python-version }} pip nodejs flake8
36
36
37
37
- 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
39
39
40
40
- name : Install ipyleaflet
41
41
run : pip install .
Original file line number Diff line number Diff line change 32
32
run : mamba install python=${{ matrix.python-version }} pip nodejs flake8
33
33
34
34
- 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
36
36
37
37
- name : Install ipyleaflet
38
38
run : pip install .
Original file line number Diff line number Diff line change 42
42
run : mamba install python=${{ matrix.python-version }} pip nodejs flake8
43
43
44
44
- 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
46
46
47
47
- name : Install ipyleaflet
48
48
run : pip install .
You can’t perform that action at this time.
0 commit comments