From 241a42b31d1185e743fd209c5ad2e5e977acf182 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sun, 4 Jul 2021 16:00:51 +0200 Subject: [PATCH] Try first installing from requirements. --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3c642dd..54ceac2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: - name: Install python image: python:3.8 commands: + - pip install -r requirements.txt - python setup.py install - pip install pytest - pytest