Fixing CI/CD failure

This commit is contained in:
Miroslav Štampar 2026-06-28 10:14:06 +02:00
parent c7a9185bcf
commit 692c4bc42f
3 changed files with 3 additions and 2 deletions

View file

@ -38,6 +38,7 @@ jobs:
run: python -VV
- name: Pyflakes lint
shell: bash
run: |
python -m pip install pyflakes
OUT=$(python -m pyflakes $(git ls-files '*.py' | grep -v '^thirdparty/'))