diff --git a/.woodpecker.yml b/.woodpecker.yml index a4d1cf9..f8913cd 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,6 @@ pipeline: test: - group: poetry + group: test image: python:${PYTHON_VERSION} pull: true environment: @@ -10,7 +10,7 @@ pipeline: - poetry install - poetry run pytest nix: - group: nix + group: test image: nixos/nix:latest pull: true commands: