Skip to content

Commit 0300f23

Browse files
committed
Wrong syntax?
1 parent bf17723 commit 0300f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ install_python() {
3939
if [[ $(uname -m) == "aarch64" ]]; then
4040
conda_install "openblas==0.3.28=*openmp*"
4141
else
42-
conda_install "mkl=2021.4.0 mkl-include=2021.4.0"
42+
conda_install mkl=2021.4.0 mkl-include=2021.4.0
4343
fi
4444

4545
popd

0 commit comments

Comments
 (0)