Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 28, 2023
1 parent c28ab60 commit ae71fa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_conda_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,12 +199,14 @@ jobs:
conda --version
conda run -p ${CONDA_ENV_SMOKE} conda --version
ls -las $(readlink -f ${{ inputs.repository }}/distr)
CONDA_LOCAL_CHANNEL="file://$(readlink -f ${{ inputs.repository }}/distr)"
${CONDA_RUN_SMOKE} conda install \
--quiet \
--yes \
-c pytorch-${CHANNEL} \
-c "${CONDA_LOCAL_CHANNEL}" \
-c pytorch-${CHANNEL} \
distr::"${PACKAGE_NAME}"
if [[ ! -f "${{ inputs.repository }}"/${SMOKE_TEST_SCRIPT} ]]; then
Expand Down

0 comments on commit ae71fa8

Please sign in to comment.