fix: CI: install requests
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was canceled

This commit is contained in:
Aravinth Manivannan 2023-09-18 22:19:52 +05:30
parent 85db5119f8
commit 06a376115a
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -2,6 +2,7 @@ steps:
setup_forgeo:
image: python
commands:
- pip install requests
- make env.config
build: