diff --git a/.drone.yml b/.drone.yml index d8a7359..e92eb5b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,7 +32,7 @@ steps: environment: PRODUCER_REDIS: cache commands: - - pip3 install -r requirements.txt + - pip3 install --cache-dir='./.pipcache' -r requirements.txt - pytest test.py - name: integration_test