Update etl.yml

Update Python version to 3.8 to solve issue with osnmx (see #1223)
This commit is contained in:
Mike Simpson 2023-08-15 12:58:14 +01:00 committed by GitHub
parent e2b26f09f3
commit d289650afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: '3.8'
- name:
Install dependencies
run: |
@ -22,4 +22,4 @@ jobs:
ls etl/*py | grep -v 'join_building_data' | xargs flake8 --exclude etl/__init__.py
- name: Run tests
run: |
python -m pytest
python -m pytest