Skip to content

Commit 1178afe

Browse files
authored
Print live output to stdout/stderr when using conda run (#697)
1 parent 8c0038d commit 1178afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-miniconda/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ runs:
6363
pkg-config=0.29 \
6464
wheel=0.37
6565
echo "CONDA_ENV=${CONDA_ENV}" >> "${GITHUB_ENV}"
66-
echo "CONDA_RUN=conda run -p ${CONDA_ENV}" >> "${GITHUB_ENV}"
66+
echo "CONDA_RUN=conda run -p ${CONDA_ENV} --no-capture-output" >> "${GITHUB_ENV}"
6767
echo "CONDA_BUILD=conda run -p ${CONDA_ENV} conda-build" >> "${GITHUB_ENV}"
6868
echo "CONDA_INSTALL=conda install -p ${CONDA_ENV}" >> "${GITHUB_ENV}"
6969

0 commit comments

Comments
 (0)