Skip to content

Commit

Permalink
CI: don't ignore Pylint errors with devel Python.
Browse files Browse the repository at this point in the history
This reverts commit 266770b.
  • Loading branch information
jwilk committed Jul 17, 2023
1 parent 9a3c6d2 commit a7ce238
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ jobs:
run: |
pip install pylint
private/run-pylint
continue-on-error:
${{ endsWith(matrix.python, '-dev') }}
# FIXME: tests/__init__.py:1: C: trailing-newlines [] Trailing newlines
- name: check changelog syntax
run:
dpkg-parsechangelog -ldoc/changelog --all 2>&1 >/dev/null | { ! grep .; }
Expand Down

0 comments on commit a7ce238

Please sign in to comment.