Update etl.yml
Update Python version to 3.8 to solve issue with osnmx (see #1223)
This commit is contained in:
parent
e2b26f09f3
commit
d289650afe
2
.github/workflows/etl.yml
vendored
2
.github/workflows/etl.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/setup-python@v2
|
- uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version: '3.7'
|
python-version: '3.8'
|
||||||
- name:
|
- name:
|
||||||
Install dependencies
|
Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user