pin choco py to 37 on win build
This commit is contained in:
parent
26d17e2e69
commit
b0ad30a5d8
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue