From 233d35f68302b5a7c138a1a5bafb481fabb199e3 Mon Sep 17 00:00:00 2001 From: Martha Cryan Date: Mon, 26 Aug 2024 14:42:41 -0500 Subject: [PATCH] Fix CI failure --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index d2d4cbde95c..9f7fec1ebb9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -400,6 +400,8 @@ jobs: - run: name: Create conda environment command: | + conda config --remove channels defaults + conda config --add channels conda-forge conda create -n env --yes python=3.9 conda-build=3.28.4 conda-verify conda install -n env -c conda-forge jupyterlab=3 nodejs=16 conda init bash