YAML fix for CI config

This commit is contained in:
Dennis Siemensma 2022-04-20 21:28:31 +02:00
parent f5bedb1e6e
commit 602ed4928a

View File

@ -12,11 +12,11 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: python-version:
- 3.6 - '3.6'
- 3.7 - '3.7'
- 3.8 - '3.8'
- 3.9 - '3.9'
- 3.10 - '3.10'
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}
steps: steps: