Skip to content

Commit 13edcdb

Browse files
committed
cleanup
1 parent 97df01a commit 13edcdb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ function _pip_install() {
3737
echo "Installing $2 using pip... done."
3838
}
3939

40+
4041
# Ensure just is installed.
4142
if ! command -v just >/dev/null 2>&1; then
4243
# On most systems we can install directly.
@@ -52,7 +53,7 @@ if ! command -v just >/dev/null 2>&1; then
5253
echo "Installing just... done."
5354
fi
5455

55-
# Fall back to installing uv.
56+
# Ensure uv is installed.
5657
if ! command -v uv >/dev/null 2>&1; then
5758
echo "Installing uv..."
5859
# On most systems we can install directly.

0 commit comments

Comments
 (0)