try making pytype job faster

This commit is contained in:
Viktor Szakats 2025-07-12 09:32:51 +02:00
parent 6f899a738f
commit 3dc6cf96c4
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -82,7 +82,7 @@ jobs:
run: scripts/cmakelint.sh
- name: 'pytype'
run: find . -name '*.py' -exec pytype -j auto -k {} +
run: pytype -j auto -k $(find . -name '*.py')
- name: 'ruff'
run: scripts/pythonlint.sh