mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
[Minor] Enable pybind in mac build (#732)
* Enable pybind in mac build * Add wheel build option * Add numpy installation * Add numpy installation * Update mac-ci-pipeline.yml
This commit is contained in:
parent
36f5d008de
commit
6cbf5bcb04
1 changed files with 2 additions and 1 deletions
|
|
@ -5,8 +5,9 @@ jobs:
|
|||
steps:
|
||||
- template: templates/set-test-data-variables-step.yml
|
||||
- script: |
|
||||
sudo python3 -m pip install numpy==1.15.0
|
||||
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
|
||||
python3 $(Build.SourcesDirectory)/tools/ci_build/build.py --use_openmp --build_dir $(Build.BinariesDirectory) --skip_submodule_sync --parallel --build_shared_lib --enable_onnx_tests --test_data_url $(TestDataUrl) --test_data_checksum $(TestDataChecksum)
|
||||
python3 $(Build.SourcesDirectory)/tools/ci_build/build.py --use_openmp --build_dir $(Build.BinariesDirectory) --build_wheel --skip_submodule_sync --parallel --build_shared_lib --enable_onnx_tests --test_data_url $(TestDataUrl) --test_data_checksum $(TestDataChecksum)
|
||||
displayName: 'Build and Test OnnxRuntime lib for MacOS'
|
||||
|
||||
- task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0
|
||||
|
|
|
|||
Loading…
Reference in a new issue