Skip to content

Commit 3f8d578

Browse files
committed
Ensure virtualenv is created
1 parent adc18bb commit 3f8d578

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ _uv:
1010
# ensure uv is installed
1111
# FIXME: pip may not be always available
1212
pip install uv
13+
# ensure virtualenv is created
14+
uv venv --allow-existing
1315

1416
test:
1517
coverage run -m pytest -vvv tests

0 commit comments

Comments
 (0)