Skip to content

Commit 1314c9e

Browse files
committed
Apply classic solver to M1 builds
1 parent a098636 commit 1314c9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build_conda_macos.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,10 @@ jobs:
187187
${CONDA_RUN_SMOKE} conda install \
188188
--quiet \
189189
--yes \
190-
-c "${CONDA_LOCAL_CHANNEL}" \
191190
-c pytorch-${CHANNEL} \
192-
"${PACKAGE_NAME}"
191+
-c "${CONDA_LOCAL_CHANNEL}" \
192+
"distr::"${PACKAGE_NAME}"" \
193+
"-—solver=classic"
193194
194195
if [[ ! -f "${{ inputs.repository }}"/${SMOKE_TEST_SCRIPT} ]]; then
195196
echo "${{ inputs.repository }}/${SMOKE_TEST_SCRIPT} not found"

0 commit comments

Comments
 (0)