Fix another Windows test on 3.8

This commit is contained in:
Dave Halter
2020-12-26 12:19:59 +01:00
parent 86d57edda4
commit 52443daf12
2 changed files with 3 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter']
python-version: [3.6, 3.7, 3.8, 3.9]
environment: ['3.8', '3.9', '3.7', '3.6', 'interpreter']
steps:
- name: Checkout code
uses: actions/checkout@v2