]> git.ipfire.org Git - thirdparty/strongswan.git/commit
github: Don't use pip3 to install Python packages anymore
authorTobias Brunner <tobias@strongswan.org>
Thu, 27 Feb 2025 14:50:02 +0000 (15:50 +0100)
committerTobias Brunner <tobias@strongswan.org>
Fri, 28 Feb 2025 11:55:12 +0000 (12:55 +0100)
commitf740faccac16835ba0da126309e82ff4e65f05e9
tree3240b262e29fa759785ada8b317bd72987aa0b49
parent0bce9839c9743f474d30332838dc5fe7f674b245
github: Don't use pip3 to install Python packages anymore

Currently, the runner images enable break-system-packages globally.
However, this workaround will be removed by the end of March.  So
we switch to installing these packages as intended via distro (the
alternative would be to use pipx, at least for tox).
.github/actions/default/action.yml
scripts/test.sh