From e779acbff81f0756c1b408cf80bafb5530d4ee94 Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Sat, 25 Jun 2022 01:45:29 +0200 Subject: [PATCH] install dev requirements --- .woodpecker/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/tests.yml b/.woodpecker/tests.yml index ceb26e6..b40313c 100644 --- a/.woodpecker/tests.yml +++ b/.woodpecker/tests.yml @@ -43,7 +43,7 @@ pipeline: image: cr.44net.ch/ci-plugins/tests pull: true commands: - - pip install -r requirements.txt + - pip install -r requirements_dev.txt - coverage erase - coverage run - coverage xml -i