Skip to content

Commit 31287ad

Browse files
committed
debug
1 parent de30bfe commit 31287ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function _pip_install() {
3939

4040
# Try to use the binaries in the toolchain if available.
4141
if [ -n "${CI}" ]; then
42+
echo "HELLO"!
4243
export PATH
4344
case "${OSTYPE:?}" in
4445
cygwin)
@@ -52,6 +53,7 @@ if [ -n "${CI}" ]; then
5253
;;
5354
esac
5455
fi
56+
ls /Library/Frameworks/Python.Framework/Versions/
5557

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

0 commit comments

Comments
 (0)