summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2019-02-14 00:51:45 -0500
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2019-02-14 00:51:45 -0500
commit7f82db91f5a77568c72669554abe22b79b5dc312 (patch)
tree104ea95d9cf7a413c66e149293b953cde11dcd0a /etc
parent6089c4c1d8f166b6b61cec980672779b7cedc303 (diff)
downloadmongo-7f82db91f5a77568c72669554abe22b79b5dc312.tar.gz
SERVER-39578 Install PyYAML before using it in "check binary version".
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 28816c2af9c..77330b8e4ed 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -467,6 +467,7 @@ functions:
exit 0
fi
${activate_virtualenv}
+ $python -m pip install -r etc/pip/evgtest-requirements.txt
bin_ver=$($python -c "import yaml; print(yaml.safe_load(open('compile_expansions.yml'))['version']);" | tr -d '[ \r\n]')
# Due to SERVER-23810, we cannot use $mongo_binary --quiet --nodb --eval "version();"
mongo_ver=$($mongo_binary --version | perl -pe '/version v(.*)$/; $_ = $1;' | tr -d '[ \r\n]')