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 e8397d2 + 233d35f commit 93fcdb2Copy full SHA for 93fcdb2
.circleci/config.yml
@@ -400,6 +400,8 @@ jobs:
400
- run:
401
name: Create conda environment
402
command: |
403
+ conda config --remove channels defaults
404
+ conda config --add channels conda-forge
405
conda create -n env --yes python=3.9 conda-build=3.28.4 conda-verify
406
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
407
conda init bash
0 commit comments