Skip to content

Commit b99bdb4

Browse files
committed
update
1 parent 32f354c commit b99bdb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/ci_build/github/azure-pipelines/templates/c-api-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
export PATH=$(Build.BinariesDirectory)/protobuf/bin:$PATH
134134
export ONNX_ML=1
135135
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
137137
python3 -m pip install $(Build.SourcesDirectory)/cmake/external/onnx
138138
sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer
139139
displayName: 'Build and Test MacOS'

tools/ci_build/github/azure-pipelines/templates/mac-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
export PATH=$(Build.BinariesDirectory)/protobuf/bin:$PATH
4444
export ONNX_ML=1
4545
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
4747
python3 -m pip install $(Build.SourcesDirectory)/cmake/external/onnx
4848
sudo xcode-select --switch /Applications/Xcode_12.4.app/Contents/Developer
4949
${{ parameters.BuildCommand }}

0 commit comments

Comments
 (0)