We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set -e
1 parent 321eb50 commit b935225Copy full SHA for b935225
1 file changed
Makefile
@@ -57,8 +57,8 @@ venv:
57
58
.PHONY: ensure-venv
59
ensure-venv:
60
- set -e;
61
@if [ ! -d $(VENVDIR) ] ; then \
+ set -e; \
62
echo "Creating venv in $(VENVDIR)"; \
63
if $(UV) --version >/dev/null 2>&1; then \
64
$(UV) venv --python=$(PYTHON) $(VENVDIR); \
0 commit comments