This repository was archived by the owner on Feb 15, 2023. It is now read-only.
File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,30 @@ jobs:
55
55
MB_PYTHON_VERSION : " 3.8"
56
56
MB_PYTHON_OSX_VER : " 10.9"
57
57
PLAT : universal2
58
+ osx-Py38_arm64 :
59
+ MB_PYTHON_VERSION : " 3.8"
60
+ MB_PYTHON_OSX_VER : " 10.9"
61
+ PLAT : arm64
58
62
osx-Py39 :
59
63
MB_PYTHON_VERSION : " 3.9"
60
64
MB_PYTHON_OSX_VER : " 10.9"
61
65
osx-Py39-universal2 :
62
66
MB_PYTHON_VERSION : " 3.9"
63
67
MB_PYTHON_OSX_VER : " 10.9"
64
68
PLAT : universal2
69
+ osx-Py39_arm64 :
70
+ MB_PYTHON_VERSION : " 3.9"
71
+ MB_PYTHON_OSX_VER : " 10.9"
72
+ PLAT : arm64
73
+ osx-Py310 :
74
+ MB_PYTHON_VERSION : " 3.10"
75
+ MB_PYTHON_OSX_VER : " 10.9"
76
+ PLAT : x86_64
65
77
osx-Py310-universal2 :
66
78
MB_PYTHON_VERSION : " 3.10"
67
79
MB_PYTHON_OSX_VER : " 10.9"
68
80
PLAT : universal2
81
+ osx-Py310_arm64 :
82
+ MB_PYTHON_VERSION : " 3.10"
83
+ MB_PYTHON_OSX_VER : " 11.0"
84
+ PLAT : arm64
Original file line number Diff line number Diff line change 80
80
source multibuild/travis_steps.sh
81
81
install_run $PLAT
82
82
displayName: Install wheel and test
83
+ condition: ne(variables['PLAT'], 'arm64')
83
84
84
85
- bash : |
85
86
echo "##vso[task.prependpath]$CONDA/bin"
Original file line number Diff line number Diff line change 6
6
7
7
import sys
8
8
import argparse
9
+ import multiprocessing
9
10
10
11
11
12
def main ():
You can’t perform that action at this time.
0 commit comments