Skip to content

Commit

Permalink
Merge branch 'main' into Emir2099
Browse files Browse the repository at this point in the history
  • Loading branch information
Emir2099 authored Jan 22, 2025
2 parents a70761a + 4d0d0a4 commit 74959db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ensure-venv:
@if [ ! -d $(VENVDIR) ] ; then \
echo "Creating venv in $(VENVDIR)"; \
if $(UV) --version >/dev/null 2>&1; then \
$(UV) venv $(VENVDIR); \
$(UV) venv --python=$(PYTHON) $(VENVDIR); \
VIRTUAL_ENV=$(VENVDIR) $(UV) pip install -r $(REQUIREMENTS); \
else \
$(PYTHON) -m venv $(VENVDIR); \
Expand Down

0 comments on commit 74959db

Please sign in to comment.