Skip to content
Snippets Groups Projects
Commit 8e4418c6 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 !422

(cherry picked from commit bcafed0b)

a127f6d0 [cmake][python] use `pip --upgrade` on install
parent 70725acb
No related branches found
No related tags found
3 merge requests!586Centralize CI config for 2.6 release,!531Update CI for 2.6 release branch,!426Merge branch 'feature/force-installation-of-python-modules' into 'master'
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