We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25d613 commit 3bfe2beCopy full SHA for 3bfe2be
Makefile
@@ -128,7 +128,8 @@ help: ## help on rule's targets
128
129
130
test_python_version: ## Check Python version, throw error if compilation would fail with the installed version
131
- @uv run ./scripts/test_python_version.py
+ # Checking python version
132
+ @.venv/bin/python ./scripts/test_python_version.py
133
134
135
## DOCKER BUILD -------------------------------
@@ -482,7 +483,7 @@ push-version: tag-version
482
483
484
.venv: .check-uv-installed
485
@uv venv $@
- ## upgrading tools to latest version in $(shell python3 --version)
486
+ @echo "# upgrading tools to latest version in" && $@/bin/python --version
487
@uv pip --quiet install --upgrade \
488
pip~=24.0 \
489
wheel \
0 commit comments