Skip to content

[Feature] provide option to use other way of installing python packages #178

@PepijnB

Description

@PepijnB

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_cmd with default value pip install -U
  • replace the pip install -U in 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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions