-
fix: always reinstall pip (#271)
released this
2024-05-09 09:58:58 -04:00 | -365 commits to master since this release- fix: always reinstall pip
If the default pip version is also the latest one,
then thepipexecutable will be missing as the default pip
is installed only aspip3/pip3.x.In order to always provide a
pipexecutable, always reinstall pip.- chore(ci): change default version to 3.12.3
Default to the latest stable version.
Downloads