Skip to content

Commit

Permalink
[CI] make the pip deps fixed to some historical version
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdong committed Apr 3, 2023
1 parent 9e188a9 commit f570057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_wheel_macOS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e -x
export TF_NEED_CUDA=0

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

bash tools/testing/build_and_run_tests.sh
Expand Down

0 comments on commit f570057

Please sign in to comment.