File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -104,13 +104,6 @@ stages:
104
104
105
105
- job : macOS
106
106
pool :
107
- # NOTE: at time of writing, there is a danger
108
- # that using an invalid vmIMage string for macOS
109
- # image silently redirects to a Windows build on Azure;
110
- # for now, use the only image name officially present in
111
- # the docs even though i.e., numba uses another in their
112
- # azure config for mac os -- Microsoft has indicated
113
- # they will patch this issue
114
107
vmImage : ' macOS-11'
115
108
strategy :
116
109
maxParallel : 3
@@ -208,6 +201,8 @@ stages:
208
201
- script : python runtests.py -n --mode=full -- -rsx --junitxml=junit/test-results.xml
209
202
displayName : ' Run Full NumPy Test Suite'
210
203
condition : eq(variables['USE_OPENBLAS'], '1')
204
+ env :
205
+ LIBRARY_PATH : /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib
211
206
- bash : python tools/openblas_support.py --check_version
212
207
displayName : ' Verify OpenBLAS version'
213
208
condition : eq(variables['USE_OPENBLAS'], '1')
You can’t perform that action at this time.
0 commit comments