Skip to content

Commit cc032d5

Browse files
committed
install deps unconditionally
1 parent 072d3b2 commit cc032d5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ function _pip_install() {
2727

2828
# Ensure just is installed.
2929
if ! command -v just 2>/dev/null; then
30-
if [ -z "${_BIN_DIR}" ]; then
31-
echo "Please install just!"
32-
exit 1
33-
fi
3430
# On most systems we can install directly.
3531
_TARGET=""
3632
if [ "Windows_NT" = "${OS:-}" ]; then
@@ -46,10 +42,6 @@ fi
4642

4743
# Install uv.
4844
if ! command -v uv 2>/dev/null; then
49-
if [ -z "${_BIN_DIR}" ]; then
50-
echo "Please install uv!"
51-
exit 1
52-
fi
5345
echo "Installing uv..."
5446
# On most systems we can install directly.
5547
curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="$_BIN_DIR" INSTALLER_NO_MODIFY_PATH=1 sh || {

0 commit comments

Comments
 (0)