We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76510c0 commit 095803bCopy full SHA for 095803b
.evergreen/start-orchestration.sh
@@ -36,7 +36,7 @@ elif python -m virtualenv --system-site-packages --never-download venv || virtua
36
# Install from github otherwise mongo-orchestration won't download simplejson
37
# with Python 2.6.
38
#pip install --upgrade 'git+git://github.com/mongodb/mongo-orchestration@master'
39
- pip install "mongo-orchestration>=0.6.7,<1.0"
+ pip install "mongo-orchestration>=0.6.11,<1.0"
40
pip freeze
41
fi
42
cd -
0 commit comments