diff options
author | Sergey V. Lobanov <sergey@lobanov.in> | 2023-04-01 00:33:27 +0200 |
---|---|---|
committer | Sergey V. Lobanov <sergey@lobanov.in> | 2023-04-01 00:33:27 +0200 |
commit | 9f8073fe48d70a93d19e397127f5974196eb3811 (patch) | |
tree | 5c92a914f6297bda515fac0630e44c5800a72d07 /.github | |
parent | 168290af5635ca6980a3c51663c8a1ba7f8bb35d (diff) | |
download | accel-ppp-9f8073fe48d70a93d19e397127f5974196eb3811.tar.gz accel-ppp-9f8073fe48d70a93d19e397127f5974196eb3811.zip |
ci: fix python packages installation on debian12
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run-tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |