Skip to content

Commit 095803b

Browse files
derickrjmikola
authored andcommitted
See if upgrading to 0.6.11 makes Power8 work
1 parent 76510c0 commit 095803b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/start-orchestration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ elif python -m virtualenv --system-site-packages --never-download venv || virtua
3636
# Install from github otherwise mongo-orchestration won't download simplejson
3737
# with Python 2.6.
3838
#pip install --upgrade 'git+git://github.com/mongodb/mongo-orchestration@master'
39-
pip install "mongo-orchestration>=0.6.7,<1.0"
39+
pip install "mongo-orchestration>=0.6.11,<1.0"
4040
pip freeze
4141
fi
4242
cd -

0 commit comments

Comments
 (0)