Skip to content

Update pypi install command to work with external dependencies

Tim Rizzi requested to merge update_pypi_install_command into master

What does this MR do?

Closes #249802 (closed)

This MR adjusts the PyPI install command to use --extra-index-url instead of --index-url, which doesn't work if you are pulling dependencies outside of your project.

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Tim Rizzi

Merge request reports