Skip to content

Commit a38b70c

Browse files
committed
Ubuntu no longer has libopenblas-base transition package
1 parent a3d3aec commit a38b70c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/os-blas-test-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
sudo apt-get -y update
227227
case ${{ matrix.blas_lib }} in
228228
Generic ) sudo apt-get -y install libblas3 liblapack3 ;;
229-
unset | OpenBLAS ) sudo apt-get -y install libopenblas-base ;;
229+
unset | OpenBLAS ) sudo apt-get -y install libopenblas0 ;;
230230
*)
231231
echo "BLAS ${{ matrix.blas_lib }} not supported for wheels on Ubuntu"
232232
exit 1 ;;

0 commit comments

Comments
 (0)