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 f01ced1 + ec2aa9c commit 23b4232Copy full SHA for 23b4232
.circleci/config.yml
@@ -385,7 +385,7 @@ jobs:
385
- run:
386
name: Create conda environment
387
command: |
388
- 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
389
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
390
conda init bash
391
mkdir output
0 commit comments