Fix typo.

This commit is contained in:
Jannis Leidel 2020-11-29 14:44:11 +01:00
parent 1336a91d75
commit 24c196ebe3
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -9,7 +9,7 @@ jobs:
fail-fast: false
max-parallel: 5
matrix:
python-version: [3.6', '3.7', '3.8']
python-version: ['3.6', '3.7', '3.8']
steps:
- uses: actions/checkout@v2