fix: CI: install local lib
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Aravinth Manivannan 2023-12-31 21:13:00 +05:30
parent ecae859316
commit 7c11516ffd
Signed by: realaravinth
GPG Key ID: F8F50389936984FF
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
env:
./scripts/download-cli.sh download
. venv/bin/activate && pip install -r requirements.txt
. venv/bin/activate && pip install build
. venv/bin/activate && python -m build
. venv/bin/activate && pip install -e .
test: