Switch to different python base image for checks
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
4ef3f0b431
commit
088bf2ab5e
@ -9,10 +9,8 @@ steps:
|
|||||||
- make test
|
- make test
|
||||||
|
|
||||||
- name: check
|
- name: check
|
||||||
image: python:3-slim
|
image: python:3
|
||||||
commands:
|
commands:
|
||||||
- apt-get update
|
|
||||||
- apt-get install -y --no-install-recommends make
|
|
||||||
- pip install docker-compose pre-commit
|
- pip install docker-compose pre-commit
|
||||||
- make check
|
- make check
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user