Skip to content

Commit

Permalink
Check installation output
Browse files Browse the repository at this point in the history
  • Loading branch information
j-woz committed Sep 11, 2024
1 parent 280d10c commit 35fa76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/github-actions/setup-conda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ fi
if (
set -eux
${TOOL[@]} ${PKGS[@]}
) 2>&1 >> tool.log
) # 2>&1 >> tool.log
then
COUNT=${#PKGS[@]}
T=$(( SECONDS - START ))
Expand Down

0 comments on commit 35fa76d

Please sign in to comment.