There was an error while loading. Please reload this page.
1 parent 76477fe commit 58b2f92Copy full SHA for 58b2f92
1 file changed
.github/actions/setup-binary-builds/action.yml
@@ -112,7 +112,7 @@ runs:
112
--prefix "${CONDA_ENV}" \
113
"python=3.9"
114
CONDA_ENV="${CONDA_ENV}"
115
- CONDA_RUN="conda run -p ${CONDA_ENV}"
+ CONDA_RUN="conda run --no-capture-output -p ${CONDA_ENV}"
116
${CONDA_RUN} python -m pip install ${GITHUB_WORKSPACE}/test-infra/tools/pkg-helpers
117
BUILD_ENV_FILE="${RUNNER_TEMP}/build_env_${GITHUB_RUN_ID}"
118
${CONDA_RUN} python -m pytorch_pkg_helpers > "${BUILD_ENV_FILE}"
@@ -170,4 +170,4 @@ runs:
170
${CONDA_EXTRA_PARAM}
171
172
echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}"
173
- echo "CONDA_RUN=conda run -p ${CONDA_ENV}" >> "${GITHUB_ENV}"
+ echo "CONDA_RUN=conda run --no-capture-output -p ${CONDA_ENV}" >> "${GITHUB_ENV}"
0 commit comments