Cover on Python 3.10

This commit is contained in:
Jakub Roztocil 2021-10-05 21:30:28 +02:00 committed by GitHub
parent 9c52449344
commit a3fa016428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: "3.10"
- run: make install
- run: make test-cover
- run: make codecov-upload