Fixing CI/CD failure

This commit is contained in:
Miroslav Štampar 2026-06-28 10:18:56 +02:00
parent 692c4bc42f
commit 149bdd836b
3 changed files with 3 additions and 4 deletions

View file

@ -41,8 +41,7 @@ jobs:
shell: bash
run: |
python -m pip install pyflakes
OUT=$(python -m pyflakes $(git ls-files '*.py' | grep -v '^thirdparty/'))
if [ -n "$OUT" ]; then echo "$OUT"; exit 1; fi
python -m pyflakes $(git ls-files '*.py' | grep -v '^thirdparty/')
echo "pyflakes: clean"
- name: Basic import test