ci: Allow pep8 failed.

setup.py
Pierre-Antoine Rouby 2023-10-11 15:16:04 +02:00
parent e3555b2c51
commit bcc2d2f4d4
1 changed files with 1 additions and 0 deletions

View File

@ -250,6 +250,7 @@ test-pep8:
- pip3 install -U -r ../requirements.txt
- pip3 install -U pycodestyle
- pycodestyle ../src
allow_failure: true
# test-windows:
# stage: test