Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Jul 14, 2024
1 parent f485073 commit 773a179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile-common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pip = $(shell command -v uv >/dev/null && echo "uv pip" || echo "$(venv)/bin/pip
$(python): $(if $(value CI),|,) .python-version
# create venv using system python even when another venv is active
PATH=$${PATH#$${VIRTUAL_ENV}/bin:} python3 -m venv --clear $(venv)
$(venv)/bin/python --version
$(python) --version

$(venv): $(if $(value CI),|,) pyproject.toml $(python)
$(pip) install -e '.[dev]'
Expand Down

0 comments on commit 773a179

Please sign in to comment.