Skip to content

Commit 0e28413

Browse files
committed
prevent make venv from falsely reporting success
1 parent 96905b4 commit 0e28413

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ venv:
5757

5858
.PHONY: ensure-venv
5959
ensure-venv:
60+
set -e; \
6061
@if [ ! -d $(VENVDIR) ] ; then \
6162
echo "Creating venv in $(VENVDIR)"; \
6263
if $(UV) --version >/dev/null 2>&1; then \

0 commit comments

Comments
 (0)