Clean venv before trying to run hatch again
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
30801c5927
commit
5423c04df6
@ -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"
|
||||
],
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user