From d8d341668631eaee5c49d6a2ac32691eeaaa53c3 Mon Sep 17 00:00:00 2001 From: Joey Orlando Date: Mon, 12 Jun 2023 18:53:03 +0200 Subject: [PATCH] fix drone unit tests job --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8c8f9fab..248a68d8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -80,7 +80,7 @@ steps: commands: - apt-get update && apt-get install -y netcat - cd engine/ - - pip install -r requirements-dev.txt + - pip install -r requirements.txt -r requirements-dev.txt - ./wait_for_test_mysql_start.sh && pytest depends_on: - rabbit_test @@ -419,5 +419,3 @@ name: drone_token --- kind: signature hmac: c78525d6b4a98e934260c0b071f30432816b640ebdc22ba6f66c0ddeb6a6368a - -...