Skip to content

Commit

Permalink
[CI-fix] debug for MacOS CI fail
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdong committed Mar 11, 2023
1 parent bf2d7a7 commit 4828cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_wheel_macOS_x86.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fi
python --version

brew install open-mpi

python -m pip install numpy==1.20.0
python -m pip install --default-timeout=1000 delocate==0.9.1 wheel==0.36.2 setuptools tensorflow==$TF_VERSION
python -m pip install tensorflow-io
python -m pip install --upgrade protobuf==3.20.0
Expand Down

0 comments on commit 4828cf9

Please sign in to comment.