diff options
| author | Michael Grote | 2024-05-08 14:35:50 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-05-08 14:35:50 +0200 |
| commit | 0c0c0f72a5e1b99674e3e0a4ad9b3937b63393d7 (patch) | |
| tree | 1ec3c2b3d5a6c8aaa0d6d9eceb749f2b81d38e11 /.woodpecker/lint.yml | |
| parent | 5bdf47c3dc52099b1c2805d19ba25d632f144ba0 (diff) | |
d
Diffstat (limited to '.woodpecker/lint.yml')
| -rw-r--r-- | .woodpecker/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index bb840a5..b820f60 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: pylint: image: "registry.mgrote.net/allzweckcontainer:latest" commands: - - pip3 install --no-cache-dir -r requirements.txt + - pip3 install --no-cache-dir --break-system-packages -r requirements.txt - pylint app.py when: - event: [push, pull_request] |