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 97df01a commit 13edcdbCopy full SHA for 13edcdb
.evergreen/scripts/install-dependencies.sh
@@ -37,6 +37,7 @@ function _pip_install() {
37
echo "Installing $2 using pip... done."
38
}
39
40
+
41
# Ensure just is installed.
42
if ! command -v just >/dev/null 2>&1; then
43
# On most systems we can install directly.
@@ -52,7 +53,7 @@ if ! command -v just >/dev/null 2>&1; then
52
53
echo "Installing just... done."
54
fi
55
-# Fall back to installing uv.
56
+# Ensure uv is installed.
57
if ! command -v uv >/dev/null 2>&1; then
58
echo "Installing uv..."
59
0 commit comments