[ci] be more flexible on the python version

This commit is contained in:
Matthias Kuhn 2020-05-12 18:33:59 +02:00 committed by GitHub
parent e04b28e704
commit 2b1ad2a2b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: 3.7.6
python-version: 3.7
architecture: x64
- name: Checkout
uses: actions/checkout@v2