Change lint Docker image to one which Lingua is available for
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful

This commit is contained in:
Liam Steckler 2024-02-11 13:56:37 -08:00
parent d4eb54740f
commit 9891b8af87

View file

@ -2,7 +2,7 @@ when:
branch: main branch: main
steps: steps:
- name: lint - name: lint
image: python:3-alpine image: python:3-slim
commands: commands:
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
- python -m pip install -r requirements.txt - python -m pip install -r requirements.txt