There was an error while loading. Please reload this page.
1 parent 417d17c commit 4379820Copy full SHA for 4379820
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}"
@@ -155,4 +155,4 @@ runs:
155
${CONDA_EXTRA_PARAM}
156
157
echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}"
158
- 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