File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/setup-binary-builds Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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}"
You can’t perform that action at this time.
0 commit comments