Skip to content

Commit da3a668

Browse files
committed
Oh darn
1 parent 0300f23 commit da3a668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/docker/common/install_conda.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ install_python() {
3737

3838
# From https://github.com/pytorch/pytorch/blob/main/.ci/docker/common/install_conda.sh
3939
if [[ $(uname -m) == "aarch64" ]]; then
40-
conda_install "openblas==0.3.28=*openmp*"
40+
conda_install -y "openblas==0.3.28=*openmp*"
4141
else
42-
conda_install mkl=2021.4.0 mkl-include=2021.4.0
42+
conda_install -y mkl=2021.4.0 mkl-include=2021.4.0
4343
fi
4444

4545
popd

0 commit comments

Comments
 (0)