From 5ea03be2e5656a8d3a5e82c81b9af766b06676c2 Mon Sep 17 00:00:00 2001 From: jens Date: Sun, 25 Oct 2020 15:04:19 +0000 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 34851c3..69ccaf3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,5 @@ platform: steps: - name: test commands: - - dnf install python3 + - dnf install -y python3 - python3 manage.py test