We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ae6502 commit 9965281Copy full SHA for 9965281
1 file changed
.ci/scripts/zephyr-utils.sh
@@ -113,6 +113,7 @@ _zephyr_utils_run_simple_commands () {
113
return 1
114
fi
115
116
+ echo "Setup: conda:${CONDA_PREFIX} or venv:${VIRTUAL_ENV}"
117
echo "Running: ${cmd}"
118
if ! eval "${cmd}"; then
119
0 commit comments