You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our CI, we often need to install build-dependencies for a project, without installing the project itself.
At the moment, there is no easy way of telling pip to do that.
We've resorted to compiling requirements files from pyproject.toml, but it would be convenient if we could install dependencies directly.
tupui, jarrodmillman, taddyb, lucascolley, matthewfeickert and 25 more