From e8a720e564a585bb58527b8084620ff2179ab261 Mon Sep 17 00:00:00 2001 From: SporeStack Date: Mon, 28 Nov 2022 16:49:50 +0000 Subject: [PATCH] Attempt CI fix --- .woodpecker.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 566b90a..1a14ba3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,7 +16,7 @@ pipeline: python-3.8: group: test - image: python:3.8-slim + image: python:3.8 commands: - pip install pipenv==2022.10.25 - pipenv install --dev --deploy @@ -26,7 +26,7 @@ pipeline: python-3.9: group: test - image: python:3.9-alpine + image: python:3.9 commands: - pip install pipenv==2022.10.25 - pipenv install --dev --deploy @@ -36,7 +36,7 @@ pipeline: python-3.10: group: test - image: python:3.10-alpine + image: python:3.10 commands: - pip install pipenv==2022.10.25 - pipenv install --dev --deploy @@ -46,7 +46,7 @@ pipeline: python-3.11: group: test - image: python:3.11-alpine + image: python:3.11 commands: - pip install pipenv==2022.10.25 - pipenv install --dev --deploy