Skip to content

Commit 0ac909c

Browse files
authored
Merge pull request #4509 from plotly/update-build
Update config.yml
2 parents 4001477 + ef247e7 commit 0ac909c

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
@@ -370,7 +370,7 @@ jobs:
370370
- run:
371371
name: Create conda environment
372372
command: |
373-
conda create -n env --yes python=3.9 conda-build conda-verify
373+
conda create -n env --yes python=3.9 conda-build=3.28.4 conda-verify
374374
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
375375
conda init bash
376376
mkdir output

0 commit comments

Comments
 (0)