Tag python version to 3.8.x
This commit is contained in:
parent
e9b395bf99
commit
7802ec7ad2
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.10.2
|
- name: Set up Python 3.8
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v1
|
||||||
with:
|
with:
|
||||||
python-version: 3.10.2
|
python-version: 3.8
|
||||||
|
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user