Remove group from Woodpecker CI
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Administrator 2024-01-18 20:22:09 +00:00
parent 4de17915cb
commit c0ccff7e74
1 changed files with 0 additions and 4 deletions

View File

@ -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