Skip to content

Commit

Permalink
Apply classic solver to M1 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 29, 2023
1 parent a098636 commit 1314c9e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_conda_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,10 @@ jobs:
${CONDA_RUN_SMOKE} conda install \
--quiet \
--yes \
-c "${CONDA_LOCAL_CHANNEL}" \
-c pytorch-${CHANNEL} \
"${PACKAGE_NAME}"
-c "${CONDA_LOCAL_CHANNEL}" \
"distr::"${PACKAGE_NAME}"" \
"-—solver=classic"
if [[ ! -f "${{ inputs.repository }}"/${SMOKE_TEST_SCRIPT} ]]; then
echo "${{ inputs.repository }}/${SMOKE_TEST_SCRIPT} not found"
Expand Down

0 comments on commit 1314c9e

Please sign in to comment.