We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a627dc + f4ca5a2 commit 78d8d15Copy full SHA for 78d8d15
.azure-pipelines/unix-build.yml
@@ -8,7 +8,7 @@ steps:
8
if [[ $(blas) == 'mkl' ]]; then
9
conda install mkl
10
else
11
- conda install openblas==0.3.7 "blas * openblas" -c conda-forge;
+ conda install openblas==0.3 blas-devel -c conda-forge;
12
fi
13
displayName: Install dependencies
14
0 commit comments