pin choco py to 37 on win build

This commit is contained in:
Victor Shyba 2019-10-16 11:31:57 -03:00
parent 26d17e2e69
commit b0ad30a5d8

View file

@ -110,7 +110,7 @@ jobs:
- OS=windows
- PATH=/c/Python37:/c/Python37/Scripts:/C/Windows/System32/downlevel:$PATH
before_install:
- choco install python --x86
- choco install python --version=3.7.4 --x86
- python -m pip install --upgrade pip
- pip install pywin32
script: