Skip to content
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

feat: Optionally allow list of additional CLI options to send to pip install #669

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cazlo
Copy link

@cazlo cazlo commented Mar 21, 2025

Description

Optionally allow list of additional CLI options to send to pip install

This is helpful for cross-platform builds such as packaging in an alpine context for an al2 runtime context

Motivation and Context

Fixes #668

Breaking Changes

No, this is done using a default value of [] which should be a non-breaking addition

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

@cazlo cazlo changed the title Optionally allow list of additional CLI options to send to pip install feat: Optionally allow list of additional CLI options to send to pip install Mar 21, 2025
this is helpful for cross-platform builds such as packaging in an alpine context for an al2 runtime context
@cazlo cazlo force-pushed the add-variable-pip_additional_options branch from 5d149ae to 5c95844 Compare March 21, 2025 22:46
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.

For the package process, allow arbitrary list of additional pip CLI options to run for the pip install
1 participant