Change lint Docker image to one which Lingua is available for
This commit is contained in:
parent
d4eb54740f
commit
9891b8af87
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ when:
|
|||
branch: main
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3-alpine
|
||||
image: python:3-slim
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
- python -m pip install -r requirements.txt
|
||||
|
|
Loading…
Reference in a new issue