forked from LBRYCommunity/lbry-sdk
Merge pull request #2553 from lbryio/choco_37
pin choco py to 37 on win build
This commit is contained in:
commit
b4ee537f7c
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ jobs:
|
||||||
- OS=windows
|
- OS=windows
|
||||||
- PATH=/c/Python37:/c/Python37/Scripts:/C/Windows/System32/downlevel:$PATH
|
- PATH=/c/Python37:/c/Python37/Scripts:/C/Windows/System32/downlevel:$PATH
|
||||||
before_install:
|
before_install:
|
||||||
- choco install python --x86
|
- choco install python --version=3.7.4 --x86
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip install pywin32
|
- pip install pywin32
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue