Skip to content

Commit 4915f9a

Browse files
authored
Switch to conda-forge on MacOS (#13442)
### Summary This helps mitigate the issue with the broken `llvm-openmp` in trunk ### Test plan CI --------- Signed-off-by: Huy Do <[email protected]>
1 parent 7faf6b2 commit 4915f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/scripts/setup-conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ set -ex
99

1010
install_conda() {
1111
pushd .ci/docker || return
12-
${CONDA_INSTALL} -y --file conda-env-ci.txt
12+
${CONDA_INSTALL} -c conda-forge -y --file conda-env-ci.txt
1313
popd || return
1414
}
1515

0 commit comments

Comments
 (0)