Revert linting to Alpine #28
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