- Sort Score
- Num 10 results
- Language All
Results 1 - 3 of 3 for TFCI_MACOS_UPGRADE_PYENV_ENABLE (0.19 seconds)
-
ci/official/utilities/setup_macos.sh
chmod +x "/usr/local/bin/bazel" fi # "TFCI_MACOS_UPGRADE_PYENV_ENABLE" is used to decide if we need to upgrade the # Pyenv version. We enable this for macOS x86 builds as the default Pyenv on # those VMs does not support installing Python 3.12 and above which we need # for running smoke tests in nightly/release wheel builds. if [[ "${TFCI_MACOS_UPGRADE_PYENV_ENABLE}" == 1 ]]; then echo "Upgrading pyenv..."Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Oct 06 22:42:26 GMT 2025 - 6.8K bytes - Click Count (0) -
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 ;;
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Apr 22 23:28:49 GMT 2025 - 1.4K bytes - Click Count (0) -
ci/official/envs/ci_default
TFCI_MACOS_CROSS_COMPILE_SDK_DEST= TFCI_MACOS_CROSS_COMPILE_SDK_SOURCE= TFCI_MACOS_INSTALL_BAZELISK_ENABLE= TFCI_MACOS_INSTALL_BAZELISK_URL= TFCI_MACOS_PYENV_INSTALL_ENABLE= TFCI_MACOS_TWINE_INSTALL_ENABLE= TFCI_MACOS_UPGRADE_PYENV_ENABLE= TFCI_NIGHTLY_UPDATE_VERSION_ENABLE= TFCI_NVIDIA_SMI_ENABLE= TFCI_OUTPUT_DIR= TFCI_PYCPP_SWAP_TO_BUILD_ENABLE= TFCI_PYTHON_VERIFY_PIP_INSTALL_ARGS= TFCI_PYTHON_VERSION= TFCI_WHL_AUDIT_ENABLE=
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Jan 27 22:53:36 GMT 2025 - 2.9K bytes - Click Count (0)