Skip to content

Commit b7df638

Browse files
committed
Forcing version 0.3.7 of openblas
1 parent 51f4fb9 commit b7df638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ install:
128128
# Install xtensor and BLAS
129129
- conda install xtensor=0.21.4 -c conda-forge
130130
- if [[ "$BLAS" == "OpenBLAS" ]]; then
131-
conda install openblas "blas * openblas" -c conda-forge;
131+
conda install openblas==0.3.7 "blas * openblas" -c conda-forge;
132132
elif [[ "$BLAS" == "mkl" ]]; then
133133
conda install mkl;
134134
fi

0 commit comments

Comments
 (0)