From b57991c3ce6cf873feebd3a3e8b27ac1a0e313f1 Mon Sep 17 00:00:00 2001 From: Elara6331 Date: Thu, 25 Apr 2024 19:50:11 -0700 Subject: [PATCH] ci: install requests package --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: