Skip to content

Commit 93fcdb2

Browse files
authored
Merge pull request #4728 from plotly/ci-failure
2 parents e8397d2 + 233d35f commit 93fcdb2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,8 @@ jobs:
400400
- run:
401401
name: Create conda environment
402402
command: |
403+
conda config --remove channels defaults
404+
conda config --add channels conda-forge
403405
conda create -n env --yes python=3.9 conda-build=3.28.4 conda-verify
404406
conda install -n env -c conda-forge jupyterlab=3 nodejs=16
405407
conda init bash

0 commit comments

Comments
 (0)