From b19a0728194b73a66fee296365ae155a6d9a85be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Clau=C3=9F?= Date: Wed, 17 May 2023 08:36:14 +0200 Subject: [PATCH] remove cache --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5b31022..fe43314 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,6 @@ steps: - name: test image: python:3.11-buster commands: - - pip install . - - pip install pytest + - pip install --no-cache-dir . + - pip install --no-cache-dir pytest - pytest -v -log_cli=True --log-cli-level=INFO tests \ No newline at end of file