Skip to content

Commit f4ca5a2

Browse files
committed
Use blas-devel instead of specifying the blas mutex package for symlinks
1 parent 876ffe2 commit f4ca5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure-pipelines/unix-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ steps:
88
if [[ $(blas) == 'mkl' ]]; then
99
conda install mkl
1010
else
11-
conda install openblas==0.3.7 "blas * openblas" -c conda-forge;
11+
conda install openblas==0.3 blas-devel -c conda-forge;
1212
fi
1313
displayName: Install dependencies
1414

0 commit comments

Comments
 (0)