Fix typo in yaml

This commit is contained in:
Mark Schmitt 2021-01-08 20:39:20 +01:00
parent 52640f08d2
commit f4f9200fba

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ubuntu-20.04]
os: [ubuntu-20.04]
python: # pyenv-action requires the exact version
- 3.6.8
- 3.7.9