From ddb27f54bd7b4c83922181172edb508dea85b4dd Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 28 Nov 2023 12:04:08 -0800 Subject: [PATCH] Remove distr prefix from macos builds --- .github/workflows/build_conda_macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_conda_macos.yml b/.github/workflows/build_conda_macos.yml index bd0b58de1c..29b99e5b47 100644 --- a/.github/workflows/build_conda_macos.yml +++ b/.github/workflows/build_conda_macos.yml @@ -187,9 +187,9 @@ jobs: ${CONDA_RUN_SMOKE} conda install \ --quiet \ --yes \ - -c pytorch-${CHANNEL} \ -c "${CONDA_LOCAL_CHANNEL}" \ - distr::"${PACKAGE_NAME}" + -c pytorch-${CHANNEL} \ + "${PACKAGE_NAME}" if [[ ! -f "${{ inputs.repository }}"/${SMOKE_TEST_SCRIPT} ]]; then echo "${{ inputs.repository }}/${SMOKE_TEST_SCRIPT} not found"