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 072d3b2 commit cc032d5Copy full SHA for cc032d5
.evergreen/scripts/install-dependencies.sh
@@ -27,10 +27,6 @@ function _pip_install() {
27
28
# Ensure just is installed.
29
if ! command -v just 2>/dev/null; then
30
- if [ -z "${_BIN_DIR}" ]; then
31
- echo "Please install just!"
32
- exit 1
33
- fi
34
# On most systems we can install directly.
35
_TARGET=""
36
if [ "Windows_NT" = "${OS:-}" ]; then
@@ -46,10 +42,6 @@ fi
46
42
47
43
# Install uv.
48
44
if ! command -v uv 2>/dev/null; then
49
50
- echo "Please install uv!"
51
52
53
45
echo "Installing uv..."
54
55
curl -LsSf https://astral.sh/uv/install.sh | env UV_INSTALL_DIR="$_BIN_DIR" INSTALLER_NO_MODIFY_PATH=1 sh || {
0 commit comments