Skip to content

Commit 721c9ff

Browse files
committed
fix vm install
1 parent cc032d5 commit 721c9ff

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
@@ -10,7 +10,7 @@ if [ -f $HERE/env.sh ]; then
1010
. $HERE/env.sh
1111
fi
1212

13-
_BIN_DIR=${PYMONGO_BIN_DIR:-}
13+
_BIN_DIR=${PYMONGO_BIN_DIR:-.}
1414

1515
# Helper function to pip install a dependency using a temporary python env.
1616
function _pip_install() {

0 commit comments

Comments
 (0)