Clean venv before trying to run hatch again
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
IamTheFij 2023-10-27 13:46:32 -07:00
parent 30801c5927
commit 5423c04df6

View File

@ -56,7 +56,7 @@ def test_step(docker_tag, python_cmd="python"):
"image": docker_tag,
"commands": [
"{} -V".format(python_cmd),
"make test"
"make clean-all test"
],
}