-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support constraint files? #224
Comments
docs for the constraints file to support this request: https://pip.pypa.io/en/stable/user_guide/#constraints-files |
Mind testing the implementation in #225 @ commit 6423874? You'll need to use the following GHA workflow configuration: uses: py-actions/py-dependency-install@642387473628e92c4b9ac198b5ba51b9102d3f08 If you use a custom requirements.txt path, the input field name changed to Let me know if that works for you. If that does the trick, I'll update the docs, merge, and cut a new major release (the Ty! |
Still haven't received feedback here to confirm that this addresses the issue. Can anyone confirm so that we can land this if it is important to anyone out there? |
@chrissimpkins I made some notes on your PR. I don't use the action personally, but some projects I contribute to, do. So they'll get the update upon release. In general, what you did will work. Though, with my suggestions, the things will go smoother. Especially, the recommendation to use the env var, which is going to be even more useful as we've merged a PR in |
It'd be nice to have an equivalent of
pip install -r requirements.txt -c constraints.txt
. This would especially benefit projects that usepip-tools
.The text was updated successfully, but these errors were encountered: