File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ HERE="$( cd -- "$HERE" > /dev/null 2>&1 && pwd )"
7
7
ROOT=$( dirname " $( dirname $HERE ) " )
8
8
pushd $ROOT > /dev/null
9
9
10
+ exit 0
11
+
10
12
# Source the env files to pick up common variables.
11
13
if [ -f $HERE /env.sh ]; then
12
14
. $HERE /env.sh
@@ -17,7 +19,7 @@ if [ -f $HERE/test-env.sh ]; then
17
19
fi
18
20
19
21
# Ensure dependencies are installed.
20
- # bash $HERE/install-dependencies.sh
22
+ bash $HERE /install-dependencies.sh
21
23
22
24
# Get the appropriate UV_PYTHON.
23
25
. $ROOT /.evergreen/utils.sh
@@ -29,8 +31,8 @@ if [ -z "${PYTHON_BINARY:-}" ]; then
29
31
PYTHON_BINARY=$( find_python3)
30
32
fi
31
33
fi
32
- # export UV_PYTHON=${PYTHON_BINARY}
33
- # echo "Using python $UV_PYTHON"
34
+ export UV_PYTHON=${PYTHON_BINARY}
35
+ echo " Using python $UV_PYTHON "
34
36
35
37
# Add the default install path to the path if needed.
36
38
if [ -z " ${PYMONGO_BIN_DIR:- } " ]; then
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ resync:
17
17
@ uv sync --quiet
18
18
19
19
install :
20
- # bash .evergreen/scripts/setup-dev-env.sh
20
+ bash .evergreen/ scripts/ setup-dev-env .sh
21
21
uvx pre-commit install
22
22
23
23
[group (' docs' )]
You can’t perform that action at this time.
0 commit comments