Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TFCI_MACOS_PYENV_INSTALL_ENABLE (0.11 sec)

  1. ci/official/envs/macos_arm64

    TFCI_WHL_SIZE_LIMIT=245M
    TFCI_WHL_SIZE_LIMIT_ENABLE=1
    
    # 3.11 is the system python on our images
    case $TFCI_PYTHON_VERSION in
    3.11)
      TFCI_MACOS_PYENV_INSTALL_ENABLE=0
      ;;
    3.13)
      TFCI_MACOS_UPGRADE_PYENV_ENABLE=1
      TFCI_MACOS_PYENV_INSTALL_ENABLE=1
      ;;
    *)
      TFCI_MACOS_PYENV_INSTALL_ENABLE=1
      ;;
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue Apr 22 23:28:49 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  2. ci/official/utilities/setup_macos.sh

        export CLOUDSDK_PYTHON=$(which python3)
      fi
      gcloud auth activate-service-account --key-file="${GOOGLE_APPLICATION_CREDENTIALS}"
    fi
    set -x
    
    # "TFCI_MACOS_PYENV_INSTALL_ENABLE" controls whether to use Pyenv to install
    # the Python version set in "TFCI_PYTHON_VERSION" and use it as default.
    # We enable this in the nightly and release builds because before uploading the
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Jun 23 23:03:02 UTC 2025
    - 6.8K bytes
    - Viewed (0)
Back to top