Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 9, 2023
1 parent f6068b1 commit 09d7817
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_conda_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,14 +204,16 @@ jobs:
CONSTRAINTS="cpuonly"
fi
ls "${CONDA_LOCAL_CHANNEL}"
${CONDA_RUN_SMOKE} conda install \
--quiet \
--yes \
--override-channels \
-c "${CONDA_LOCAL_CHANNEL}" \
-c pytorch-"${CHANNEL}" \
-c nvidia \
"${PACKAGE_NAME}" \
distr::"${PACKAGE_NAME}" \
${CONSTRAINTS}
if [[ ! -f "${{ inputs.repository }}"/${SMOKE_TEST_SCRIPT} ]]; then
Expand Down

0 comments on commit 09d7817

Please sign in to comment.