Skip to content

Commit

Permalink
Merge pull request #50185 from geetachavan1/cherrypicks_U90C1
Browse files Browse the repository at this point in the history
Fix the nonpip builds for MacOS.
  • Loading branch information
mihaimaruseac committed Jun 10, 2021
2 parents 46c1821 + 65afa4b commit 4aaac2b
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 4aaac2b

Please sign in to comment.