Skip to content

Commit

Permalink
Fix the nightly nonpip builds for MacOS.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 346205138
Change-Id: I146b5486171e1d91dc3c239bd10fb904972375bb
  • Loading branch information
Amit Patankar authored and geetachavan1 committed Jun 9, 2021
1 parent 46c1821 commit 65afa4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/rel/macos/cpu_py36_nonpip.sh
Expand Up @@ -27,7 +27,7 @@ python3.6 -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

# Install macos pip dependencies
install_macos_pip_deps sudo pip3.6
install_macos_pip_deps virtualenv

# Run configure.
export TF_NEED_CUDA=0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/rel/macos/cpu_py37_nonpip.sh
Expand Up @@ -27,7 +27,7 @@ python -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

# Install macos pip dependencies
install_macos_pip_deps sudo pip3.7
install_macos_pip_deps virtualenv

# Run configure.
export TF_NEED_CUDA=0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/rel/macos/cpu_py38_nonpip.sh
Expand Up @@ -27,7 +27,7 @@ python -m virtualenv tf_build_env --system-site-packages
source tf_build_env/bin/activate

# Install macos pip dependencies
install_macos_pip_deps sudo pip3.8
install_macos_pip_deps virtualenv

# Run configure.
export TF_NEED_CUDA=0
Expand Down

0 comments on commit 65afa4b

Please sign in to comment.