From c0ccff7e74fc3626fd93c6df31d5037b1d7b0606 Mon Sep 17 00:00:00 2001 From: SporeStack Date: Thu, 18 Jan 2024 20:22:09 +0000 Subject: [PATCH] Remove group from Woodpecker CI --- .woodpecker.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ee7878c..077d085 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,6 +1,5 @@ steps: python-3.8: - group: test image: python:3.8 commands: - pip install pipenv==2023.11.15 @@ -10,7 +9,6 @@ steps: - sha256sum dist/* python-3.9: - group: test image: python:3.9 commands: - pip install pipenv==2023.11.15 @@ -20,7 +18,6 @@ steps: - sha256sum dist/* python-3.10: - group: test image: python:3.10 commands: - pip install pipenv==2023.11.15 @@ -30,7 +27,6 @@ steps: - sha256sum dist/* python-3.11: - group: test image: python:3.11 commands: - pip install pipenv==2023.11.15