Skip to content

Commit

Permalink
Remove distr prefix from macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 29, 2023
1 parent 084790b commit ddb27f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_conda_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ddb27f5

Please sign in to comment.