Back to Python3 Slim (needed for Lingua)

This commit is contained in:
Liam Steckler 2025-06-14 16:30:30 -07:00
parent e5631baa64
commit 4d7f5439a8

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