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