From 4de17915cbca24667ab3916ecc233ded70d9467a Mon Sep 17 00:00:00 2001 From: SporeStack Date: Thu, 18 Jan 2024 20:10:44 +0000 Subject: [PATCH] Update to new Woodpecker CI syntax --- .woodpecker.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8aea765..ee7878c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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