Skip to content

Commit f570057

Browse files
committed
[CI] make the pip deps fixed to some historical version
1 parent 9e188a9 commit f570057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/make_wheel_macOS.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e -x
33
export TF_NEED_CUDA=0
44

55
python --version
6-
python -m pip install --default-timeout=1000 delocate==0.9.1 wheel setuptools tensorflow==$TF_VERSION
6+
python -m pip install --default-timeout=1000 delocate==0.9.1 wheel==0.37.0 setuptools==50.0.0 tensorflow==$TF_VERSION
77
python -m pip install --upgrade protobuf==3.19.6
88

99
bash tools/testing/build_and_run_tests.sh

0 commit comments

Comments
 (0)