Skip to content

Commit 78d8d15

Browse files
Merge pull request #189 from SylvainCorlay/use-blas-devel
Use blas-devel instead of specifying the blas mutex package for symlinks
2 parents 4a627dc + f4ca5a2 commit 78d8d15

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)