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
|
||||
|
||||
- name: check
|
||||
image: python:3-slim
|
||||
image: python:3
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install -y --no-install-recommends make
|
||||
- pip install docker-compose pre-commit
|
||||
- make check
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user