In some cases, the project uses multiple requirements.txt file (for example, for build and testing) or even a different build system such as Poetry. In those cases, some import checks will fail because the steps are using a different python installation.
The proposal is to add a new parameter, such as require-python-installation (true as default), to skip all the installations and rely on the previous steps in the user's workflow.
In some cases, the project uses multiple requirements.txt file (for example, for build and testing) or even a different build system such as Poetry. In those cases, some import checks will fail because the steps are using a different python installation.
The proposal is to add a new parameter, such as
require-python-installation(true as default), to skip all the installations and rely on the previous steps in the user's workflow.