We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc18bb commit 3f8d578Copy full SHA for 3f8d578
1 file changed
Makefile
@@ -10,6 +10,8 @@ _uv:
10
# ensure uv is installed
11
# FIXME: pip may not be always available
12
pip install uv
13
+ # ensure virtualenv is created
14
+ uv venv --allow-existing
15
16
test:
17
coverage run -m pytest -vvv tests
0 commit comments