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"