Skip to content

Commit

Permalink
Fix windows smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 8, 2023
1 parent 9115722 commit c66a43d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_conda_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,10 @@ jobs:
${CONDA_RUN_SMOKE} conda install \
--quiet \
--yes \
--override-channels \
-c "${CONDA_LOCAL_CHANNEL}" \
-c pytorch-"${CHANNEL}" \
-c nvidia \
-c "${CONDA_LOCAL_CHANNEL}" \
distr::"${PACKAGE_NAME}" \
${CONSTRAINTS}
Expand Down

0 comments on commit c66a43d

Please sign in to comment.