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:
93
93
run : |
94
94
echo "DOCKER_TEST_IMAGE=$(echo multibuild/xenial_${{ matrix.PLAT}})" >> $GITHUB_ENV;
95
95
96
- -
uses : maxim-lobanov/[email protected]
96
+ - name : Setup gcc from homebrew
97
97
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
100
102
101
103
- name : Print some Environment variable
102
104
run : |
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
[project ]
10
10
name = " scipy-openblas64"
11
11
# v0.3.30
12
- version = " 0.3.30.0.0 "
12
+ version = " 0.3.30.0.1 "
13
13
requires-python = " >=3.7"
14
14
description = " Provides OpenBLAS for python packaging"
15
15
readme = " README.md"
You can’t perform that action at this time.
0 commit comments