From 6fd0e923eb8a37dbd054de16f9d0df2b7baeda01 Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Thu, 23 May 2024 14:38:02 -0400 Subject: [PATCH] [Cherry pick] Advance conda and conda-build nightly versions (#5259) Cherry pick of https://github.com/pytorch/test-infra/pull/5152 to resolve conda failure on release branch --- .github/actions/setup-binary-builds/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-binary-builds/action.yml b/.github/actions/setup-binary-builds/action.yml index 63426b355b..5ccf75dc54 100644 --- a/.github/actions/setup-binary-builds/action.yml +++ b/.github/actions/setup-binary-builds/action.yml @@ -125,7 +125,7 @@ runs: if [[ "${PACKAGE_TYPE:-}" == "conda" ]]; then # For conda package host python version is irrelevant export PYTHON_VERSION=3.9 - export CONDA_BUILD_EXTRA="conda=23.10.0 conda-build=3.27.0" + export CONDA_BUILD_EXTRA="conda=24.4.0 conda-build=24.3.0" else # For wheel builds we don't need neither conda nor conda-build export CONDA_BUILD_EXTRA=""