Added quotes to Python versions

This commit is contained in:
David Smith 2020-12-01 08:01:55 +00:00 committed by Peter Bittner
parent 9163294603
commit 4515fcd1be

View file

@ -8,7 +8,7 @@ jobs:
strategy:
max-parallel: 5
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ['3.6', '3.7', '3.8', '3.9']
steps:
- uses: actions/checkout@v2