Fixes a bug with YAML parsing of github workflow

This commit is contained in:
tek
2023-03-01 17:34:35 -05:00
parent 7581f81464
commit 671cd07200

View File

@@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: ['3.8', '3.9', '3.10']
steps:
- uses: actions/checkout@v2