Update to new Woodpecker CI syntax
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Administrator 2024-01-18 20:10:44 +00:00
parent 7398ebd1a2
commit 4de17915cb
1 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
pipeline:
steps:
python-3.8:
group: test
image: python:3.8
commands:
- pip install pipenv==2023.10.24
- pip install pipenv==2023.11.15
- pipenv install --dev --deploy
- pipenv run almake test
- pipenv run almake build-dist
@ -13,7 +13,7 @@ pipeline:
group: test
image: python:3.9
commands:
- pip install pipenv==2023.10.24
- pip install pipenv==2023.11.15
- pipenv install --dev --deploy
- pipenv run almake test
- pipenv run almake build-dist
@ -23,7 +23,7 @@ pipeline:
group: test
image: python:3.10
commands:
- pip install pipenv==2023.10.24
- pip install pipenv==2023.11.15
- pipenv install --dev --deploy
- pipenv run almake test
- pipenv run almake build-dist
@ -33,7 +33,7 @@ pipeline:
group: test
image: python:3.11
commands:
- pip install pipenv==2023.10.24
- pip install pipenv==2023.11.15
- pipenv install --dev --deploy
- pipenv run almake test
- pipenv run almake build-dist