diff --git a/.github/workflows/ci-python3-freebsd.yml b/.github/workflows/ci-python3-freebsd.yml index f5dba0e..067fb9a 100644 --- a/.github/workflows/ci-python3-freebsd.yml +++ b/.github/workflows/ci-python3-freebsd.yml @@ -78,7 +78,7 @@ jobs: su runner -c 'check-manifest --ignore=Release.md .' # Run flake - flake8 --exclude=build,venv --ignore= --max-line-length=200 --max-complexity=75 --show-source --statistics . || true + flake8 --exclude=build,venv --ignore= --max-line-length=200 --max-complexity=75 --show-source --statistics . # Check distribution python setup.py sdist bdist_wheel diff --git a/.github/workflows/ci-python3.yml b/.github/workflows/ci-python3.yml index 6f46b9a..ba0f48d 100644 --- a/.github/workflows/ci-python3.yml +++ b/.github/workflows/ci-python3.yml @@ -68,7 +68,6 @@ jobs: run: check-manifest --ignore=Release.md . - name: Run flake - continue-on-error: true run: flake8 --exclude=build,venv --ignore= --max-line-length=200 --max-complexity=75 --show-source --statistics . - name: Check distribution