Yaml got me again

This commit is contained in:
Dave Halter
2021-11-16 21:46:00 +01:00
parent 515e07227b
commit 458bb30884

View File

@@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
python-version: [3.10, 3.9, 3.8, 3.7, 3.6]
python-version: ["3.10", "3.9", "3.8", "3.7", "3.6"]
environment: ['3.8', '3.10', '3.9', '3.7', '3.6', 'interpreter']
steps:
- name: Checkout code