Skip to content

Commit 608bbe0

Browse files
committed
Pin openssl to v1.1.1l
1 parent 6418376 commit 608bbe0

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
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Create the conda environment
3333
shell: bash -l {0}
34-
run: mamba install -q python=${{ matrix.python_version }} pip jupyterlab_pygments==0.1.0 pytest-cov nodejs flake8 ipywidgets matplotlib xeus-cling
34+
run: mamba install -q python=${{ matrix.python_version }} pip jupyterlab_pygments==0.1.0 pytest-cov nodejs flake8 ipywidgets matplotlib xeus-cling openssl=1.1.1l
3535

3636
- name: Install dependencies
3737
shell: bash -l {0}

0 commit comments

Comments
 (0)