Build: Try to cache pip between tests
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
c1dd243035
commit
29df64c07b
@ -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",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user