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