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.
1 parent da15add commit 825c684Copy full SHA for 825c684
Makefile
@@ -128,7 +128,7 @@ 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
- python ./scripts/test_python_version.py
+ @uv run ./scripts/test_python_version.py
132
133
134
## DOCKER BUILD -------------------------------
0 commit comments