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