Update tests.yml
bump python version from 3.7 to 3.9.2
This commit is contained in:
parent
fc4dacb3fe
commit
791b216e99
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -9,10 +9,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: Set up Python 3.7
|
- name: Set up Python 3.9.2
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.7
|
python-version: 3.9.2
|
||||||
|
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user