Switch to different python base image for checks
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2020-08-19 13:21:12 -07:00
parent 4ef3f0b431
commit 088bf2ab5e
1 changed files with 1 additions and 3 deletions

View File

@ -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