From 3e79c402cc1e585ac9d5800ce308fac5f589e519 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Mon, 2 Jan 2023 16:00:52 +0100 Subject: [PATCH] woodpecker test with non passing pytest --- .woodpecker.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4897922..8d85d61 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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