Build: Try to cache pip between tests
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
IamTheFij 2024-11-11 12:47:04 -08:00
parent c1dd243035
commit 29df64c07b

View File

@ -72,6 +72,9 @@ def test_step(docker_tag, python_cmd="python"):
"{} -V".format(python_cmd), "{} -V".format(python_cmd),
"make clean-all test" "make clean-all test"
], ],
"environment": {
"PIP_CACHE_DIR": ".pip-cache",
},
} }