Update .woodpecker.yaml
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Liam Steckler 2024-02-10 19:06:15 -08:00
parent e7a725f318
commit ffa82c7e45

View file

@ -1,9 +1,6 @@
steps: steps:
lint: - name: lint
image: python:3-alpine image: python:3-alpine
when:
event: pull_request
branch: main
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