Skip to content

ci: fix debian build

Eric Engestrom requested to merge (removed):ci-fix-debian-pip into master

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

Merge request reports