diff options
| author | Michael Grote | 2024-05-08 14:26:17 +0200 |
|---|---|---|
| committer | Michael Grote | 2024-05-08 14:26:17 +0200 |
| commit | 5bdf47c3dc52099b1c2805d19ba25d632f144ba0 (patch) | |
| tree | 9a5260c569ea9e6faa12ee624813259c215da537 | |
| parent | 2078d6896a7ba77c24eabcbbec438a65b022d6f4 (diff) | |
d
| -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 5a6c3f2..bb840a5 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -19,7 +19,7 @@ steps: pylint: image: "registry.mgrote.net/allzweckcontainer:latest" commands: - - pip install --no-cache-dir -r requirements.txt + - pip3 install --no-cache-dir -r requirements.txt - pylint app.py when: - event: [push, pull_request] |