Skip to content
Snippets Groups Projects
Commit bcafed0b authored by Martin Nolte's avatar Martin Nolte
Browse files

Merge branch 'feature/force-installation-of-python-modules' into 'master'

[cmake][python] use `pip --upgrade` on install

Closes #81

See merge request core/dune-common!422
parents f850031e a127f6d0
No related branches found
No related tags found
1 merge request!422[cmake][python] use `pip --upgrade` on install
Pipeline #
......@@ -79,7 +79,7 @@ function(dune_python_install_package)
endif()
set(INSTALL_CMDLINE -m pip install
"${INSTALL_OPTION}" "${WHEEL_OPTION}" "${EDIT_OPTION}" ${PYINST_ADDITIONAL_PIP_PARAMS}
"${INSTALL_OPTION}" --upgrade "${WHEEL_OPTION}" "${EDIT_OPTION}" ${PYINST_ADDITIONAL_PIP_PARAMS}
"${PYINST_FULLPATH}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment