File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -93,10 +93,12 @@ jobs:
9393 run : |
9494 echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
9595
96- - uses : maxim-lobanov/setup-xcode@v1.6.0
96+ - uses : Setup gcc from homebrew
9797 if : ${{ matrix.os == 'macos-13' }}
98- with :
99- xcode-version : ' 14.3'
98+ run : |
99+ brew reinstall gcc
100+ brew install coreutils
101+ brew install llvm
100102
101103 - name : Print some Environment variable
102104 run : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99[project ]
1010name = " scipy-openblas64"
1111# v0.3.30
12- version = " 0.3.30.0.0 "
12+ version = " 0.3.30.0.1 "
1313requires-python = " >=3.7"
1414description = " Provides OpenBLAS for python packaging"
1515readme = " README.md"
You can’t perform that action at this time.
0 commit comments