-
-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is this feature missing in the latest version?
- I'm using the latest release
Is your feature request related to a problem? Please describe.
I'm using uv to setup my environment. It would be nice if the way to install the setuptools and coverage-badge python packages can be configured.
Describe the solution you'd like?
I propose the following:
- Create an extra input with name
install_cmdwith default valuepip install -U - replace the
pip install -Uin the shell script by${{ inputs.install_cmd}.
This will provide backwards compatibility and provide the option to change the install-command to either uv add or uv pip install.
Describe alternatives you've considered?
none
Anything else?
I will create a PR for this
Code of Conduct
- I agree to follow this project's Code of Conduct
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request