Update run_pytest.yml

fix gh-action
This commit is contained in:
Bastian Schroll 2022-02-17 10:07:51 +01:00 committed by GitHub
parent 01e94856ac
commit 7ecec6940f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
python-version: [3.7, 3.8, 3.9, 3.10]
python-version: [3.7, 3.8, 3.9, 3.10.2]
runs-on: ${{matrix.os}}
steps: