Bug: --only-binary :all:
should be set when locking environments
#102
Labels
Category: Bug
Something isn't working
--only-binary :all:
is currently being passed topip install
when building environments, but it isn't being passed touv pip compile
when locking environments. This allows an invalid lock file to be generated that depends on source archives that the environment building step will fail to install.This option should be added to the set of common pip arguments defined by
PackageIndexConfig
rather than being set in the individual CLI invocations.The text was updated successfully, but these errors were encountered: