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: