Skip to content

Commit 3b570e5

Browse files
committed
try no install dependencies
1 parent 73675d2 commit 3b570e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/setup-dev-env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ -f $HERE/test-env.sh ]; then
1717
fi
1818

1919
# Ensure dependencies are installed.
20-
bash $HERE/install-dependencies.sh
20+
# bash $HERE/install-dependencies.sh
2121

2222
# Get the appropriate UV_PYTHON.
2323
. $ROOT/.evergreen/utils.sh

0 commit comments

Comments
 (0)