Run CI on windows python 3.8

This commit is contained in:
Matthias
2020-03-03 09:33:08 +01:00
parent 82bdd01843
commit d9e83cc4e2
3 changed files with 11 additions and 4 deletions

View File

@@ -115,7 +115,7 @@ jobs:
strategy:
matrix:
os: [ windows-latest ]
python-version: [3.7]
python-version: [3.7, 3.8]
steps:
- uses: actions/checkout@v2
@@ -130,8 +130,7 @@ jobs:
if: startsWith(runner.os, 'Windows')
with:
path: ~\AppData\Local\pip\Cache
key: ${{ runner.os }}-pip
restore-keys: ${{ runner.os }}-pip
key: ${{ matrix.os }}-${{ matrix.python-version }}-pip
- name: Installation
run: |