Skip to content

Commit d42b5a2

Browse files
committed
more debug
1 parent 31287ad commit d42b5a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,11 @@ if [ -n "${CI}" ]; then
5353
;;
5454
esac
5555
fi
56+
set -x
5657
ls /Library/Frameworks/Python.Framework/Versions/
58+
which uv
59+
echo "$PATH"
60+
exit 1
5761

5862
# Ensure just is installed.
5963
if ! command -v just >/dev/null 2>&1; then

0 commit comments

Comments
 (0)