From d289650afeb91b4923b8e81f1481cf895be12ab1 Mon Sep 17 00:00:00 2001 From: Mike Simpson Date: Tue, 15 Aug 2023 12:58:14 +0100 Subject: [PATCH] Update etl.yml Update Python version to 3.8 to solve issue with osnmx (see #1223) --- .github/workflows/etl.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/etl.yml b/.github/workflows/etl.yml index 32893dc1..c51c1b6b 100644 --- a/.github/workflows/etl.yml +++ b/.github/workflows/etl.yml @@ -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 \ No newline at end of file + python -m pytest