Try to correct path problem
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dryusdan 2022-04-08 19:32:16 +02:00
parent 91528104d8
commit ed3471d687
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ steps:
commands:
- apk update
- apk add build-base gcc libc-dev make git libffi-dev openssl-dev python3-dev libxml2-dev libxslt-dev
- export PATH="$HOME/.local/bin:$PATH"
- pip3 install poetry
- poetry install
- pylama