Skip to content

Commit 3bfe2be

Browse files
authored
♻️Maintenance: adjustments to Makefile to use UV instead of pyenv (#6532)
1 parent b25d613 commit 3bfe2be

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@ help: ## help on rule's targets
128128

129129

130130
test_python_version: ## Check Python version, throw error if compilation would fail with the installed version
131-
@uv run ./scripts/test_python_version.py
131+
# Checking python version
132+
@.venv/bin/python ./scripts/test_python_version.py
132133

133134

134135
## DOCKER BUILD -------------------------------
@@ -482,7 +483,7 @@ push-version: tag-version
482483

483484
.venv: .check-uv-installed
484485
@uv venv $@
485-
## upgrading tools to latest version in $(shell python3 --version)
486+
@echo "# upgrading tools to latest version in" && $@/bin/python --version
486487
@uv pip --quiet install --upgrade \
487488
pip~=24.0 \
488489
wheel \

0 commit comments

Comments
 (0)