Skip to content

Commit cffe70b

Browse files
Emily Giurleop
authored andcommitted
RUBY-2060 Pin mlaunch version on evergreen (#1621)
* pin mlaunch version * remove keyword argument from spec * Re-running tests
1 parent 91fe0f3 commit cffe70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ prepare_server() {
174174

175175
install_mlaunch() {
176176
pythonpath="$MONGO_ORCHESTRATION_HOME"/python
177-
pip install -t "$pythonpath" 'mtools[mlaunch]'
177+
pip install -t "$pythonpath" -v 'mtools[mlaunch]==1.5.3'
178178
export PATH="$pythonpath/bin":$PATH
179179
export PYTHONPATH="$pythonpath"
180180
}

0 commit comments

Comments
 (0)