YAML fix for CI config
This commit is contained in:
parent
f5bedb1e6e
commit
602ed4928a
10
.github/workflows/tests.yml
vendored
10
.github/workflows/tests.yml
vendored
@ -12,11 +12,11 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
- 3.10
|
||||
- '3.6'
|
||||
- '3.7'
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
- '3.10'
|
||||
|
||||
name: Python ${{ matrix.python-version }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user