#20 Git install.
This commit is contained in:
parent
83a3c0b262
commit
c77ad98f9e
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue