Skip to content

Commit

Permalink
CI: remove -dev suffix from Python 3.12.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Jan 26, 2024
1 parent f9b7759 commit 5d7205c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
os: ubuntu-22.04
- python: '3.11'
os: ubuntu-22.04
- python: '3.12-dev'
- python: '3.12'
os: ubuntu-22.04
runs-on: ${{matrix.os}}
steps:
Expand Down Expand Up @@ -91,10 +91,6 @@ 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 5d7205c

Please sign in to comment.