Unverified Commit 148bac23 authored by peterjc123's avatar peterjc123 Committed by GitHub
Browse files

Pin ninja version for Windows jobs (#2319)

* Pin ninja version for Windows jobs

* Update build_wheel.sh

* Pin for all
parent c2e8a008
...@@ -7,7 +7,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" ...@@ -7,7 +7,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
export BUILD_TYPE=wheel export BUILD_TYPE=wheel
setup_env 0.7.0 setup_env 0.7.0
setup_wheel_python setup_wheel_python
pip_install numpy pyyaml future ninja pip_install numpy pyyaml future "ninja==1.9.0.post1"
setup_pip_pytorch_version setup_pip_pytorch_version
python setup.py clean python setup.py clean
if [[ "$OSTYPE" == "msys" ]]; then if [[ "$OSTYPE" == "msys" ]]; then
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment