Attempt CI fix
ci/woodpecker/push/woodpecker Pipeline is pending Details

This commit is contained in:
SporeStack 2022-11-28 16:49:50 +00:00
parent 92fbddc9e5
commit e8a720e564
1 changed files with 4 additions and 4 deletions

View File

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