Skip to content

Commit 58b2f92

Browse files
committed
setup-binary-builds: conda --no-capture-output
1 parent 76477fe commit 58b2f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-binary-builds/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runs:
112112
--prefix "${CONDA_ENV}" \
113113
"python=3.9"
114114
CONDA_ENV="${CONDA_ENV}"
115-
CONDA_RUN="conda run -p ${CONDA_ENV}"
115+
CONDA_RUN="conda run --no-capture-output -p ${CONDA_ENV}"
116116
${CONDA_RUN} python -m pip install ${GITHUB_WORKSPACE}/test-infra/tools/pkg-helpers
117117
BUILD_ENV_FILE="${RUNNER_TEMP}/build_env_${GITHUB_RUN_ID}"
118118
${CONDA_RUN} python -m pytorch_pkg_helpers > "${BUILD_ENV_FILE}"
@@ -170,4 +170,4 @@ runs:
170170
${CONDA_EXTRA_PARAM}
171171
172172
echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}"
173-
echo "CONDA_RUN=conda run -p ${CONDA_ENV}" >> "${GITHUB_ENV}"
173+
echo "CONDA_RUN=conda run --no-capture-output -p ${CONDA_ENV}" >> "${GITHUB_ENV}"

0 commit comments

Comments
 (0)