]> git.openstreetmap.org Git - nominatim.git/blobdiff - .github/workflows/ci-tests.yml
pytest may also be installed as py-test[-3]
[nominatim.git] / .github / workflows / ci-tests.yml
index 99b75f1702b57eff05a3432b592a93ed9383513b..8b20b55d7820a42318d111b9b7d26cba0e0660cc 100644 (file)
@@ -59,7 +59,7 @@ jobs:
               working-directory: test/php
 
             - name: Python unit tests
-              run: pytest test/python
+              run: py.test-3 test/python
 
             - name: BDD tests
               run: behave -DREMOVE_TEMPLATE=1 --format=progress3