oci_env calls pip in multiple places multiple times. Pip is not meant to be used that way wand will happily create conflicts with already installed packages or update otherwise pinned dependencies.
Consolidating all calls to pip install into a single one can be considered a hard blocker for using it in any kind of CI.
oci_env calls pip in multiple places multiple times. Pip is not meant to be used that way wand will happily create conflicts with already installed packages or update otherwise pinned dependencies.
Consolidating all calls to
pip installinto a single one can be considered a hard blocker for using it in any kind of CI.