Skip to content

Commit d72ce50

Browse files
authored
Pin openssl=1.1.1l in CI script (#906)
1 parent f48243a commit d72ce50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 JupyterLab 3
38-
run: mamba install jupyterlab=3 ipywidgets=7.6
38+
run: mamba install jupyterlab=3 ipywidgets=7.6 openssl=1.1.1l
3939

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

0 commit comments

Comments
 (0)