downgrade to py37 for pyinstaller builds

This commit is contained in:
Maximilian Hils 2020-04-03 18:38:01 +02:00
parent b67736bbef
commit 35cb5ff450
1 changed files with 2 additions and 2 deletions

View File

@ -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: