Skip to content

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 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
Contributor

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

@HarithaVattikuti HarithaVattikuti merged commit e9c40fb into actions:main Jun 20, 2025
1204 checks passed
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.

6 participants