Skip to content

Commit 23b4232

Browse files
authored
Merge pull request #4506 from plotly/fix-conda-build
Specify `conda-build` version in tests
2 parents f01ced1 + ec2aa9c commit 23b4232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ jobs:
385385
- run:
386386
name: Create conda environment
387387
command: |
388-
conda create -n env --yes python=3.9 conda-build conda-verify
388+
conda create -n env --yes python=3.9 conda-build=3.28.4 conda-verify
389389
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
390390
conda init bash
391391
mkdir output

0 commit comments

Comments
 (0)