From 9582ce66b7f6845bf0006be2c5af1337541bc612 Mon Sep 17 00:00:00 2001 From: SporeStack Date: Thu, 18 Jan 2024 20:35:48 +0000 Subject: [PATCH] More Woodpecker CI... --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 78680bd..71815f3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,7 +2,7 @@ steps: python-3.8: image: python:3.8 commands: - - pip install pipenv==2023.11.15 + - pip install pipenv==2023.11.15 tomli - pipenv install --dev --deploy - pipenv run almake test-typing - pipenv run almake test-pytest