woodpecker test with non passing pytest
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Tom Weber 2 years ago
parent d02427df20
commit 3e79c402cc

@ -1,9 +1,6 @@
pipeline:
standardize:
image: python:3.9-buster
when:
event: pull_request
branch: main
commands:
- python -m pip install --upgrade pip
- python -m pip install -r requirements.txt
@ -14,10 +11,6 @@ pipeline:
build:
image: python:${TAG}-buster
when:
event: pull_request
branch: main
commands:
- ls
- python -m venv venv

Loading…
Cancel
Save