downgrade to py37 for pyinstaller builds
This commit is contained in:
parent
b67736bbef
commit
35cb5ff450
|
@ -95,7 +95,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.8'
|
||||
python-version: '3.7'
|
||||
- if: matrix.os == 'windows-latest'
|
||||
uses: actions/cache@v1
|
||||
with:
|
||||
|
@ -158,7 +158,7 @@ jobs:
|
|||
- uses: actions/checkout@v1
|
||||
- uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: '3.8'
|
||||
python-version: '3.7'
|
||||
- run: pip install tox
|
||||
- uses: actions/download-artifact@master
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue