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
4
.github/workflows/etl.yml
vendored
4
.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: |
|
||||||
@ -22,4 +22,4 @@ jobs:
|
|||||||
ls etl/*py | grep -v 'join_building_data' | xargs flake8 --exclude etl/__init__.py
|
ls etl/*py | grep -v 'join_building_data' | xargs flake8 --exclude etl/__init__.py
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
python -m pytest
|
python -m pytest
|
||||||
|
Loading…
Reference in New Issue
Block a user