Merge pull request 'Revert linting to Alpine' (#28) from revert-linting-to-alpine into main
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
Reviewed-on: #28
This commit is contained in:
commit
2e0bfa7842
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ when:
|
|||
branch: main
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3-slim
|
||||
image: python:3-alpine
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
- python -m pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in a new issue