@@ -139,11 +139,11 @@ jobs:
139139 cd array-api-tests
140140 python -m pytest -x array_api_tests/test_creation_functions.py --skips-file=../_unittests/onnx-numpy-skips.txt --hypothesis-explain
141141 displayName: "numpy test_creation_functions.py"
142- -script :|
143- export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_ort
144- cd array-api-tests
145- python -m pytest -x array_api_tests/test_creation_functions.py --skips-file=../_unittests/onnx-ort-skips.txt --hypothesis-explain
146- displayName: "ort test_creation_functions.py"
142+ # - script: |
143+ # export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_ort
144+ # cd array-api-tests
145+ # python -m pytest -x array_api_tests/test_creation_functions.py --skips-file=../_unittests/onnx-ort-skips.txt --hypothesis-explain
146+ # displayName: "ort test_creation_functions.py"
147147# - script: |
148148# export ARRAY_API_TESTS_MODULE=onnx_array_api.array_api.onnx_numpy
149149# cd array-api-tests
@@ -238,50 +238,3 @@ jobs:
238238inputs :
239239artifactName :' wheel-windows-$(python.version)'
240240targetPath :' dist'
241-
242- -job :' TestMac'
243- pool :
244- vmImage :' macOS-latest'
245- strategy :
246- matrix :
247- Python311-Mac :
248- python.version :' 3.11'
249- maxParallel :3
250-
251- steps :
252- -task :UsePythonVersion@0
253- inputs :
254- versionSpec :' $(python.version)'
255- architecture :' x64'
256- -script :gcc --version
257- displayName :' gcc version'
258- # - script: brew upgrade
259- # displayName: 'brew upgrade'
260- # - script: brew update
261- # displayName: 'brew update'
262- -script :export
263- displayName :' export'
264- -script :gcc --version
265- displayName :' gcc version'
266- -script :python -m pip install --upgrade pip setuptools wheel
267- displayName :' Install tools'
268- -script :pip install -r requirements.txt
269- displayName :' Install Requirements'
270- -script :pip install -r requirements-dev.txt
271- displayName :' Install Requirements dev'
272- -script :pip install onnxmltools --no-deps
273- displayName :' Install onnxmltools'
274- -script :|
275- python -m pip freeze
276- displayName: 'pip freeze'
277- -script :|
278- python -m pytest
279- displayName: 'Runs Unit Tests'
280- -script :|
281- python -u setup.py bdist_wheel
282- displayName: 'Build Package'
283- -task :PublishPipelineArtifact@0
284- inputs :
285- artifactName :' wheel-mac-$(python.version)'
286- targetPath :' dist'
287-