Correct apk upgrade and use full path for pylama
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dryusdan 2022-04-08 23:50:23 +02:00
parent ed3471d687
commit 74b384b031
1 changed files with 2 additions and 2 deletions

View File

@ -12,9 +12,9 @@ steps:
- name: Test ovh-bill
image: python:3.9-alpine
commands:
- apk update
- apk upgrade
- 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
- /usr/local/bin/pylama