Skip to content

Conversation

@dylan-eustice
Copy link
Contributor

@dylan-eustice dylan-eustice commented Dec 19, 2025

Pull Request Description

Some arguments, e.g. --index-url, must come after the install part of a pip install. Currently, the args kwarg puts arguments prior to install. This allows for general installation arguments to be passed.

Author Checklist

  • Updated documentation (pydocmd generate) if any docstrings have been modified
  • Passes all unit tests

@samcmill
Copy link
Collaborator

Can you please resolve the merge conflicts?

Signed-off-by: Dylan Eustice <deustice@nvidia.com>

Replace index_url with more general install_args

There could be other arguments that need to be passed
to 'pip install' that must come *after* the install.
Include all of them.

Signed-off-by: Dylan Eustice <deustice@nvidia.com>

Add unit test for pip install args

Signed-off-by: Dylan Eustice <deustice@nvidia.com>

Update docs

Switch unit test to single arg

Signed-off-by: Dylan Eustice <deustice@nvidia.com>
@dylan-eustice
Copy link
Contributor Author

Can you please resolve the merge conflicts?

Should be done now

@samcmill samcmill merged commit 0fe4deb into NVIDIA:master Dec 19, 2025
15 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.

2 participants