Skip to content

Commit 995ccb1

Browse files
committed
Add --clear flag to uv venv commands
1 parent af437e5 commit 995ccb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ TEST_EXEC ?= python -m
66
PYTEST_LOGLEVEL ?= warning
77

88
install: ## omit dev dependencies
9-
uv venv
9+
uv venv --clear
1010
uv sync --no-dev
1111

1212
install-dev: ## create the venv and install
13-
uv venv
13+
uv venv --clear
1414
uv sync
1515

1616
clean: ## Clean up the virtual environment

0 commit comments

Comments
 (0)