File tree 2 files changed +2
-2
lines changed
tools/ci_build/github/azure-pipelines/templates
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133
133
export PATH=$(Build.BinariesDirectory)/protobuf/bin:$PATH
134
134
export ONNX_ML=1
135
135
export CMAKE_ARGS="-DONNX_GEN_PB_TYPE_STUBS=OFF -DONNX_WERROR=OFF"
136
- python3 -m pip install numpy==1.16.6
136
+ python3 -m pip install numpy==1.16.6 wheel
137
137
python3 -m pip install $(Build.SourcesDirectory)/cmake/external/onnx
138
138
sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer
139
139
displayName: 'Build and Test MacOS'
Original file line number Diff line number Diff line change 43
43
export PATH=$(Build.BinariesDirectory)/protobuf/bin:$PATH
44
44
export ONNX_ML=1
45
45
export CMAKE_ARGS="-DONNX_GEN_PB_TYPE_STUBS=OFF -DONNX_WERROR=OFF"
46
- python3 -m pip install numpy==1.16.6
46
+ python3 -m pip install numpy==1.16.6 wheel
47
47
python3 -m pip install $(Build.SourcesDirectory)/cmake/external/onnx
48
48
sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer
49
49
${{ parameters.BuildCommand }}
You can’t perform that action at this time.
0 commit comments