File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -15,22 +15,28 @@ jobs:
15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- python-version : [3.7]
19
18
os : [ubuntu-latest, macos-latest]
20
19
platform : [x64]
21
20
PLAT : [i686, x86_64]
22
21
INTERFACE64 : ['', '1']
22
+ MB_ML_VER : ['', 2010, 2014]
23
23
exclude :
24
- - os : macos-latest # macos-10.15
24
+ - os : macos-latest
25
25
PLAT : i686
26
+ - os : macos-latest
27
+ MB_ML_VER : 2010
28
+ - os : macos-latest
29
+ MB_ML_VER : 2014
26
30
- PLAT : i686
27
31
INTERFACE64 : ' 1'
28
32
env :
29
33
REPO_DIR : OpenBLAS
30
34
OPENBLAS_COMMIT : v0.3.13
35
+ MACOSX_DEPLOYMENT_TARGET : 10.9
31
36
MB_PYTHON_VERSION : ${{ matrix.python-version }}
32
37
TRAVIS_PYTHON_VERSION : ${{ matrix.python-version }}
33
38
MB_ML_VER : ${{ matrix.MB_ML_VER }}
39
+ INTERFACE64 : ${{ matrix.INTERFACE64 }}
34
40
BUILD_DIR : ${{ github.workspace }}
35
41
SCIPY_WHEELS_NIGHTLY_ACCESS : ${{ secrets.SCIPY_WHEELS_NIGHTLY_ACCESS }}
36
42
MULTIBUILD_WHEELS_STAGING_ACCESS : ${{ secrets.MULTIBUILD_WHEELS_STAGING_BUILD }}
@@ -41,10 +47,10 @@ jobs:
41
47
with :
42
48
submodules : recursive
43
49
fetch-depth : 0
44
- - name : Set up Python ${{ matrix.python-version }}
50
+ - name : Set up Python 3.8
45
51
uses : actions/setup-python@v2
46
52
with :
47
- python-version : ${{ matrix.python-version }}
53
+ python-version : 3.8
48
54
- name : Set extra env
49
55
run : |
50
56
if [ "macos-latest" == "${{ matrix.os }}" ]; then echo "TRAVIS_OS_NAME=osx" >> $GITHUB_ENV; else echo "TRAVIS_OS_NAME=${{ matrix.os }}" >> $GITHUB_ENV; fi
You can’t perform that action at this time.
0 commit comments