Skip to content

Commit

Permalink
CI: ignore pycodestyle errors with devel Python.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed May 29, 2023
1 parent 1b386d3 commit 8a33e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
run: |
pip install pycodestyle
pycodestyle .
continue-on-error:
${{ endsWith(matrix.python, '-dev') }}
# FIXME: ./afl.pyx:196:121: E501 line too long (172 > 120 characters)
# https://github.com/PyCQA/pycodestyle/issues/1142
- name: run pydiatra
run: |
python -m pip install pydiatra
Expand Down

0 comments on commit 8a33e50

Please sign in to comment.