The source project of this merge request has been removed.
ci: fix debian build
debian's python is now also marked as EXTERNALLY-MANAGED (see PEP 668),
which means that if we still want to install packages through pip we
need to either create a venv (overkill here), or add
--break-system-packages
.
Edited by Eric Engestrom