-
Notifications
You must be signed in to change notification settings - Fork 634
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
Add support for pip-version
#1129
Conversation
There was a problem hiding this 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 |
* Add pip-version input * Update workflow files * Add documentation * Update workflow files
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: