From aac40dd341e5e743fee12ec2e34dbe31e261dfa1 Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 30 Apr 2024 07:41:52 -0700 Subject: [PATCH 1/3] test --- .github/workflows/test_build_conda_windows_with_cuda.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_build_conda_windows_with_cuda.yml b/.github/workflows/test_build_conda_windows_with_cuda.yml index 2bf7f8f09f..57dd065893 100644 --- a/.github/workflows/test_build_conda_windows_with_cuda.yml +++ b/.github/workflows/test_build_conda_windows_with_cuda.yml @@ -39,6 +39,7 @@ jobs: package-name: torchvision cache-path: "" cache-key: "" + uses: ./.github/workflows/build_conda_windows.yml name: ${{ matrix.repository }} with: From ba66b939cb6ebea46d879a441658d5b920390251 Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 30 Apr 2024 08:32:09 -0700 Subject: [PATCH 2/3] test --- .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="" From 8836b1e91af8e325e1f1293a6fff7bc33b67c43c Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Tue, 30 Apr 2024 12:34:18 -0400 Subject: [PATCH 3/3] Update .github/workflows/test_build_conda_windows_with_cuda.yml --- .github/workflows/test_build_conda_windows_with_cuda.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test_build_conda_windows_with_cuda.yml b/.github/workflows/test_build_conda_windows_with_cuda.yml index 57dd065893..2bf7f8f09f 100644 --- a/.github/workflows/test_build_conda_windows_with_cuda.yml +++ b/.github/workflows/test_build_conda_windows_with_cuda.yml @@ -39,7 +39,6 @@ jobs: package-name: torchvision cache-path: "" cache-key: "" - uses: ./.github/workflows/build_conda_windows.yml name: ${{ matrix.repository }} with: