Issue
I am reasonably sure that installing packages using poetry install instead of pip install takes significantly longer.
To compare. Here is a pip install taking 35 seconds: https://circleci.com/gh/MichaelAquilina/S4/464#action-103
Here is another build with poetry install and the same requirements taking 1:27 seconds: https://circleci.com/gh/MichaelAquilina/S4/521#action-104
In both cases, both dev and non dev requirements were installed.
If an exception occurs when executing a command, I executed it again in debug mode ((Does not apply)-vvvoption).python:3-7-stretch) running on CircleCIIssue
I am reasonably sure that installing packages using
poetry installinstead ofpip installtakes significantly longer.To compare. Here is a
pip installtaking 35 seconds: https://circleci.com/gh/MichaelAquilina/S4/464#action-103Here is another build with
poetry installand the same requirements taking 1:27 seconds: https://circleci.com/gh/MichaelAquilina/S4/521#action-104In both cases, both dev and non dev requirements were installed.