From a750e8a47fd2f04593deda6e4cdc7e3782ddb465 Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Mon, 2 Jan 2023 16:22:37 +0100 Subject: [PATCH] woodpecker test with passing pytest --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f8599ce..b1bd9bf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,8 +17,8 @@ pipeline: - /bin/bash -c "source venv/bin/activate" - python -m pip install --upgrade pip pytest - python -m pip install -r requirements.txt - - python -m pip install -e . - - pytest tests/ + - python -m pip install . + - python -m pytest