From aa450738a02479c6270a37f108b5b926c866d3e2 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Wed, 22 Dec 2021 00:17:33 +0100 Subject: [PATCH] a --- .woodpecker/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/test.yml b/.woodpecker/test.yml index a30538f..292c5b2 100644 --- a/.woodpecker/test.yml +++ b/.woodpecker/test.yml @@ -9,7 +9,7 @@ pipeline: test: image: python:${PYTHON}-slim commands: - - pytest + - python -m pytest matrix: