always run style

This commit is contained in:
Matthias 2021-12-03 20:24:01 +01:00
parent c1052b6c1d
commit b871115484
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -42,6 +42,7 @@ jobs:
name: PEP style (python)
needs: check_version
runs-on: ubuntu-latest
if: always()
steps:
- name: Checkout code