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 4001477 + ef247e7 commit 0ac909cCopy full SHA for 0ac909c
.circleci/config.yml
@@ -370,7 +370,7 @@ jobs:
370
- run:
371
name: Create conda environment
372
command: |
373
- conda create -n env --yes python=3.9 conda-build conda-verify
+ conda create -n env --yes python=3.9 conda-build=3.28.4 conda-verify
374
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
375
conda init bash
376
mkdir output
0 commit comments