diff --git a/.woodpecker.yml b/.woodpecker.yml index f8713e8..207d10c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,7 +5,7 @@ steps: build: image: python commands: - - python -m pip install hatch + - python -m pip install hatch requests - python -m unittest - hatch build when: