diff --git a/.drone.yml b/.drone.yml index 7a9e04c..f91521a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ name: app-check steps: - name: build-deps - image: 'python:3.10-alpine' + image: 'python:3-alpine' commands: - python -m venv .venv - source ./.venv/bin/activate @@ -17,8 +17,9 @@ steps: include: - pull_request - name: pylama - image: 'python:3.10-alpine' + image: 'python:3-alpine' commands: + - apk update && apk add git #- python -m venv .venv - source ./.venv/bin/activate - 'pip install pylama pylama\[all\] > /dev/null'