We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de30bfe commit 31287adCopy full SHA for 31287ad
.evergreen/scripts/install-dependencies.sh
@@ -39,6 +39,7 @@ function _pip_install() {
39
40
# Try to use the binaries in the toolchain if available.
41
if [ -n "${CI}" ]; then
42
+ echo "HELLO"!
43
export PATH
44
case "${OSTYPE:?}" in
45
cygwin)
@@ -52,6 +53,7 @@ if [ -n "${CI}" ]; then
52
53
;;
54
esac
55
fi
56
+ls /Library/Frameworks/Python.Framework/Versions/
57
58
# Ensure just is installed.
59
if ! command -v just >/dev/null 2>&1; then
0 commit comments