From 9f8073fe48d70a93d19e397127f5974196eb3811 Mon Sep 17 00:00:00 2001 From: "Sergey V. Lobanov" Date: Sat, 1 Apr 2023 00:33:27 +0200 Subject: ci: fix python packages installation on debian12 Signed-off-by: Sergey V. Lobanov --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 0799c48..e2b2b81 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -114,7 +114,7 @@ jobs: git build-essential cmake gcc linux-headers-\`uname -r\` libpcre3-dev libssl-dev liblua5.1-0-dev kmod python3-pip iproute2 ppp pppoe isc-dhcp-client timelimit && - sudo pip3 install pytest pytest-dependency gcovr" + (sudo pip3 install pytest pytest-dependency gcovr || sudo pip3 install --break-system-packages pytest pytest-dependency gcovr)" - name: Copy source code to target OS run: | tar -Jcf accel-ppp.tar.xz accel-ppp -- cgit v1.2.3