Skip to content

Allow to skip dune_python_package_install when pip is not found.

Robert K requested to merge feature/dont-require-pip into master

dune_python_package_install can be skipped if pip is not found if the PYTHONPATH is set manually. This MR adds a flag that allows to do that.

Merge request reports