Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: always reinstall pip #271

Merged
merged 2 commits into from
May 9, 2024
Merged

Commits on May 8, 2024

  1. fix: always reinstall pip

    If the default pip version is also the latest one,
    then the `pip` executable will be missing as the default pip
    is installed only as `pip3`/`pip3.x`.
    
    In order to always provide a `pip` executable, always reinstall pip.
    mayeut committed May 8, 2024
    Configuration menu
    Copy the full SHA
    d5b0a16 View commit details
    Browse the repository at this point in the history
  2. chore(ci): change default version to 3.12.3

    Default to the latest stable version.
    mayeut committed May 8, 2024
    Configuration menu
    Copy the full SHA
    399251a View commit details
    Browse the repository at this point in the history