mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-20 19:12:24 +00:00
### Description Fix a problem: macOS CI pipeline doesn't run tests. It is due a code refactoring I recently made. ### Motivation and Context Add the tests back.
6 lines
No EOL
193 B
YAML
6 lines
No EOL
193 B
YAML
jobs:
|
|
- template: templates/mac-ci.yml
|
|
parameters:
|
|
AllowReleasedOpsetOnly: 0
|
|
BuildForAllArchs: false
|
|
AdditionalBuildFlags: --build_objc --enable_language_interop_ops --build_wheel |