From c70dfccacac90a90bfc193f49262abe7505d7d75 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Sun, 9 Mar 2025 16:03:02 +0100 Subject: [PATCH] also enable flake for tests in github actions --- .github/workflows/ci-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5