Skip to content

Commit bf397d8

Browse files
blink1073aclark4life
authored andcommitted
PYTHON-5851 Run setup-uv-python.sh before install-dependencies.sh (#2842)
1 parent 45258bb commit bf397d8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ if [ -f $HERE/test-env.sh ]; then
1616
. $HERE/test-env.sh
1717
fi
1818

19-
# Ensure dependencies are installed.
20-
bash $HERE/install-dependencies.sh
21-
2219
# Handle the value for UV_PYTHON.
2320
. $HERE/setup-uv-python.sh
2421

22+
# Ensure dependencies are installed.
23+
bash $HERE/install-dependencies.sh
24+
2525
# Only run the next part if not running on CI.
2626
if [ -z "${CI:-}" ]; then
2727
# Add the default install path to the path if needed.

0 commit comments

Comments
 (0)