From 088bf2ab5e5ad556a8543132764b7155634c6cb1 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 19 Aug 2020 13:21:12 -0700 Subject: [PATCH] Switch to different python base image for checks --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 08bc42c..d14b7ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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