We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9418d38 + 608bbe0 commit 9cfe989Copy full SHA for 9cfe989
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Create the conda environment
33
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
+ 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
35
36
- name: Install dependencies
37
0 commit comments