Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Nov 29, 2023
1 parent 33bf17f commit d15e03b
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build_conda_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,20 +177,10 @@ jobs:
export ARCH_NAME="osx-64"
fi
export CONDA_ENV_SMOKE="${RUNNER_TEMP}/pytorch_pkg_helpers_${GITHUB_RUN_ID}_smoke"
conda create --yes --quiet --prefix "${CONDA_ENV_SMOKE}" python="${PYTHON_VERSION}"
export CONDA_RUN_SMOKE="conda run -p ${CONDA_ENV_SMOKE}"
conda --version
conda run -p ${CONDA_ENV_SMOKE} conda --version
ls -las $(readlink -f ${{ inputs.repository }}/distr)
${CONDA_RUN_SMOKE} conda config --env --add channels defaults
${CONDA_RUN_SMOKE} conda config --env --add channels pytorch-${CHANNEL}
${CONDA_RUN_SMOKE} conda config --env --add channels ${CONDA_LOCAL_CHANNEL}
# check what is currently set
${CONDA_RUN_SMOKE} conda config --show channels
Expand Down

0 comments on commit d15e03b

Please sign in to comment.