From ae71fa849d9d8aa139d97e8b6ec8ade4f515dd6b Mon Sep 17 00:00:00 2001 From: atalman Date: Tue, 28 Nov 2023 14:11:17 -0800 Subject: [PATCH] test --- .github/workflows/build_conda_macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_conda_macos.yml b/.github/workflows/build_conda_macos.yml index 9bb97efe44..f473c7e7f2 100644 --- a/.github/workflows/build_conda_macos.yml +++ b/.github/workflows/build_conda_macos.yml @@ -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