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.
1 parent 7faf6b2 commit 4915f9aCopy full SHA for 4915f9a
.ci/scripts/setup-conda.sh
@@ -9,7 +9,7 @@ set -ex
9
10
install_conda() {
11
pushd .ci/docker || return
12
- ${CONDA_INSTALL} -y --file conda-env-ci.txt
+ ${CONDA_INSTALL} -c conda-forge -y --file conda-env-ci.txt
13
popd || return
14
}
15
0 commit comments