Skip to content

Commit fdd249e

Browse files
committed
dump pip and setup tools installations
1 parent 2d1f459 commit fdd249e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -502,11 +502,6 @@ push-version: tag-version
502502
.venv: .check-uv-installed
503503
@uv venv $@
504504
@echo "# upgrading tools to latest version in" && $@/bin/python --version
505-
@uv pip --quiet install --upgrade \
506-
pip~=24.0 \
507-
wheel \
508-
setuptools \
509-
uv
510505
@uv pip list
511506

512507
devenv: .venv test_python_version .vscode/settings.json .vscode/launch.json ## create a development environment (configs, virtual-env, hooks, ...)

0 commit comments

Comments
 (0)