Skip to content

Commit 00e2b27

Browse files
committed
cleanup
1 parent feee80d commit 00e2b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/scripts/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
set -eu
44

5-
# Install just.
65
# On Evergreen jobs, "CI" will be set, and we don't want to write to $HOME.
76
if [ "${CI:-}" == "true" ]; then
87
_BIN_DIR=${DRIVERS_TOOLS_BINARIES:-}
@@ -11,6 +10,7 @@ else
1110
fi
1211

1312

13+
# Helper function to pip install a dependency using a temporary python env.
1414
function _pip_install() {
1515
_HERE=$(dirname ${BASH_SOURCE:-$0})
1616
. $_HERE/../utils.sh

0 commit comments

Comments
 (0)