Skip to content

Add support for pip-version #1129

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

priyagupta108
Copy link
Contributor

Description:
Support for the pip-version input to allow specifying the desired version of Pip to use with the standard Python version.

Related issue:
#901

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@Copilot Copilot AI review requested due to automatic review settings June 9, 2025 08:48
@priyagupta108 priyagupta108 requested a review from a team as a code owner June 9, 2025 08:48
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for the pip-version input, enabling users to specify a particular Pip version when setting up Python. Key changes include the introduction of an installPip function in the main TypeScript file, updates to documentation (Advanced Usage and README) to instruct on pip-version usage, and enhancements to workflows and action.yml to support testing and configuration of the Pip version.

Reviewed Changes

Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
src/find-python.ts Adds an installPip function to validate and install the specified Pip version
docs/advanced-usage.md Documents the new pip-version input and usage examples
action.yml Declares the pip-version input and its description
README.md Updates the list of documentation links to include pip-version usage
.github/workflows/e2e-cache.yml Adds workflow tests incorporating the pip-version input
.github/workflows/e2e-cache-freethreaded.yml Adds workflow tests for environments using the pip-version input

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants