Skip to content

Commit 0c8703a

Browse files
committed
remove mac ci
1 parent c49058a commit 0c8703a

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

_unittests/onnx-numpy-skips.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ array_api_tests/test_creation_functions.py::test_empty_like
88
array_api_tests/test_creation_functions.py::test_eye
99
array_api_tests/test_creation_functions.py::test_full
1010
array_api_tests/test_creation_functions.py::test_full_like
11+
array_api_tests/test_creation_functions.py::test_ones
12+
array_api_tests/test_creation_functions.py::test_ones_like
1113
# fails to precision issue
1214
array_api_tests/test_creation_functions.py::test_linspace
1315
array_api_tests/test_creation_functions.py::test_meshgrid

azure-pipelines.yml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -238,50 +238,3 @@ jobs:
238238
inputs:
239239
artifactName: 'wheel-windows-$(python.version)'
240240
targetPath: '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-

0 commit comments

Comments
 (0)