Skip to content

Commit ecf3731

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)