There was an error while loading. Please reload this page.
1 parent 59ea92e commit f034694Copy full SHA for f034694
1 file changed
tools/github_actions_verify_python.sh
@@ -18,7 +18,8 @@ else
18
exit 1
19
fi
20
if [[ "${GOT_PYTHON}" != *"${WANT}"* ]]; then
21
- echo "ERROR: Did not find \"${WANT}\""
+ echo "ERROR: Did not find \"${WANT}\" from PATH:"
22
+ tr ':' '\n' <<< "$PATH"
23
24
else
25
echo "OK: Found expected \"${WANT}\""
0 commit comments