Merge branch 'revert-linting-to-alpine'

This commit is contained in:
Liam Steckler 2025-06-14 16:31:12 -07:00
commit 3cac5d5eca

View file

@ -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