summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMathew Robinson <chasinglogic@gmail.com>2019-04-10 12:13:03 -0400
committerMathew Robinson <chasinglogic@gmail.com>2019-04-10 19:46:27 -0400
commitd405bf323c8ee7ff07c8ad3c28328b26ec3f727c (patch)
tree5a5b205939403edc13375bc2b272a73595a801b3 /etc
parentfcb3f6a8db7bc45a1f0345c320c9286afa0e4cc8 (diff)
downloadmongo-d405bf323c8ee7ff07c8ad3c28328b26ec3f727c.tar.gz
SERVER-40562 Free Monitoring fails to install required dependencies
Diffstat (limited to 'etc')
-rw-r--r--etc/evergreen.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/evergreen.yml b/etc/evergreen.yml
index 8f5c2650f34..1f347a7d78b 100644
--- a/etc/evergreen.yml
+++ b/etc/evergreen.yml
@@ -6820,6 +6820,8 @@ tasks:
if command -V cygpath; then
echo "Installing core requirements into Python at '${python}'"
"$(cygpath "${python}")" -mpip install -r etc/pip/core-requirements.txt
+ else
+ $python -m pip install -r etc/pip/core-requirements.txt
fi
- func: "run tests"
vars: