mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 09:32:32 +01:00
SERVER-32585 Change python2 to python to fix windows tests
This commit is contained in:
parent
251ac77d37
commit
4d791025f0
@ -3012,7 +3012,7 @@ tasks:
|
||||
set -o verbose
|
||||
|
||||
${activate_virtualenv}
|
||||
python2 -m pip install -r src/mongo/db/modules/enterprise/jstests/encryptdb/libs/requirements.txt
|
||||
python -m pip install -r src/mongo/db/modules/enterprise/jstests/encryptdb/libs/requirements.txt
|
||||
- func: "run tests"
|
||||
vars:
|
||||
resmoke_args: --suites=ese --storageEngine=wiredTiger
|
||||
|
Loading…
Reference in New Issue
Block a user