]> git.openstreetmap.org Git - nominatim.git/commitdiff
also enable flake for tests in github actions
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 9 Mar 2025 15:03:02 +0000 (16:03 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 9 Mar 2025 15:03:02 +0000 (16:03 +0100)
.github/workflows/ci-tests.yml

index f1d9f028c5cedd172bb783d48d05516dee66677b..20da6e0b80bd44a097d85aad2bfa995b80ea32c9 100644 (file)
@@ -100,7 +100,7 @@ jobs:
               run: ./venv/bin/pip install -U flake8
 
             - name: Python linting
               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
               working-directory: Nominatim
 
             - name: Install mypy and typechecking info