ci: install requests package
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/manual/woodpecker Pipeline was successful Details
ci/woodpecker/pr/woodpecker Pipeline was successful Details

This commit is contained in:
Elara 2024-04-25 19:50:11 -07:00
parent 17203825ed
commit b57991c3ce
1 changed files with 1 additions and 1 deletions

View File

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