From: Sarah Hoffmann Date: Sun, 9 Mar 2025 15:03:02 +0000 (+0100) Subject: also enable flake for tests in github actions X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/c70dfccacac90a90bfc193f49262abe7505d7d75?hp=-c also enable flake for tests in github actions --- c70dfccacac90a90bfc193f49262abe7505d7d75 diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index f1d9f028..20da6e0b 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -100,7 +100,7 @@ jobs: run: ./venv/bin/pip install -U flake8 - name: Python linting - run: ../venv/bin/python -m flake8 src + run: ../venv/bin/python -m flake8 src test/python working-directory: Nominatim - name: Install mypy and typechecking info