Skip to content

Commit 148bac2

Browse files
authored
Pin ninja version for Windows jobs (#2319)
* Pin ninja version for Windows jobs * Update build_wheel.sh * Pin for all
1 parent c2e8a00 commit 148bac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
77
export BUILD_TYPE=wheel
88
setup_env 0.7.0
99
setup_wheel_python
10-
pip_install numpy pyyaml future ninja
10+
pip_install numpy pyyaml future "ninja==1.9.0.post1"
1111
setup_pip_pytorch_version
1212
python setup.py clean
1313
if [[ "$OSTYPE" == "msys" ]]; then

0 commit comments

Comments
 (0)