Skip to content

Commit d1dc945

Browse files
committed
fix install-deps
1 parent f718d6d commit d1dc945

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
@@ -13,7 +13,7 @@ fi
1313

1414
function _pip_install() {
1515
_HERE=$(dirname ${BASH_SOURCE:-$0})
16-
. $_HERE/utils.sh
16+
. $_HERE/../utils.sh
1717
_VENV_PATH=$(mktemp -d)
1818
echo "Installing $2 using pip..."
1919
createvirtualenv "$(find_python3)" $_VENV_PATH

0 commit comments

Comments
 (0)