Skip to content

Commit 9cfe989

Browse files
authored
Merge pull request #987 from trungleduc/bug/pin-openssl
Pin openssl to v1.1.1l
2 parents 9418d38 + 608bbe0 commit 9cfe989

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)