diff --git a/.drone.star b/.drone.star index 4c5cf0b..db9492a 100644 --- a/.drone.star +++ b/.drone.star @@ -72,6 +72,9 @@ def test_step(docker_tag, python_cmd="python"): "{} -V".format(python_cmd), "make clean-all test" ], + "environment": { + "PIP_CACHE_DIR": ".pip-cache", + }, }