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.
1 parent a3d3aec commit a38b70cCopy full SHA for a38b70c
.github/workflows/os-blas-test-matrix.yml
@@ -226,7 +226,7 @@ jobs:
226
sudo apt-get -y update
227
case ${{ matrix.blas_lib }} in
228
Generic ) sudo apt-get -y install libblas3 liblapack3 ;;
229
- unset | OpenBLAS ) sudo apt-get -y install libopenblas-base ;;
+ unset | OpenBLAS ) sudo apt-get -y install libopenblas0 ;;
230
*)
231
echo "BLAS ${{ matrix.blas_lib }} not supported for wheels on Ubuntu"
232
exit 1 ;;
0 commit comments