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