-
-
Notifications
You must be signed in to change notification settings - Fork 724
feat: Support passing extra args to pip install #655
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
Conversation
This PR has been automatically marked as stale because it has been open 30 days |
Please review 🙏 |
This is a needed improvement, please review |
please review 🙏 |
This PR has been automatically marked as stale because it has been open 30 days |
@antonbabenko please review 🙏 |
I have another use case for this, in order to be able to use packages published in a Gemfury repository, the following extra pip argument is needed:
|
Hi @antonbabenko is there any update on this? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes overall look good, but we are missing the examples update.
This PR has been automatically marked as stale because it has been open 30 days |
This PR was automatically closed because of stale in 10 days |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
Added support to pass extra arguments to pip install command
Motivation and Context
Due to limitations with our CI, we can't use docker when installing and zipping requirements.
To overcome this we use the
platform
flag when running pip install to download the right distribution per lambda architecture.Breaking Changes
No
How Has This Been Tested?
examples/*
to demonstrate and validate my change(s)examples/*
projectsI have tested these changes locally and deployed a lambda to AWS. I am happy to do additional testing if necessary.
pre-commit run -a
on my pull request