diff --git a/.github/workflows/build_conda_macos.yml b/.github/workflows/build_conda_macos.yml index fd5ee452f9..11241f6cf1 100644 --- a/.github/workflows/build_conda_macos.yml +++ b/.github/workflows/build_conda_macos.yml @@ -186,9 +186,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"