Skip to content

Commit 673f8d1

Browse files
committed
Revert changes to setup.sh
1 parent a60f9f5 commit 673f8d1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.evergreen/setup.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@
22

33
set -eux
44

5-
6-
# On Evergreen jobs, "CI" will be set, and if "CI" is set, add
7-
# "/opt/python/Current/bin" to PATH to pick up `just` and `uv`.
8-
if [ "${CI:-}" == "true" ]; then
9-
PATH_EXT="/opt/python/Current/bin:\$PATH"
10-
fi
11-
12-
export PATH="$PATH_EXT"
13-
145
# Get the current unique version of this checkout
156
# shellcheck disable=SC2154
167
if [ "${is_patch}" = "true" ]; then

0 commit comments

Comments
 (0)