summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Lobanov <sergey@lobanov.in>2024-03-20 21:34:08 +0100
committerSergey V. Lobanov <sergey@lobanov.in>2024-03-20 21:58:35 +0100
commit4b04b0b98d2308d5863bd3f6dab295dd8cd85f52 (patch)
tree70c5b8a1b59c8030d13b9a7d91b9cc27d9003eaf
parent827431d1b60bbd0ce140394e888b73d05f095ff1 (diff)
downloadaccel-ppp-4b04b0b98d2308d5863bd3f6dab295dd8cd85f52.tar.gz
accel-ppp-4b04b0b98d2308d5863bd3f6dab295dd8cd85f52.zip
ci: fix pytest issue on Debian 10
Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
-rw-r--r--.github/workflows/run-tests.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index f4e3201..b812b57 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -123,6 +123,7 @@ jobs:
ssh -i ssh-key -p2222 user@localhost "sudo apt -y install
git build-essential cmake gcc linux-headers-\`uname -r\`
libpcre3-dev libssl-dev liblua5.1-0-dev kmod python3-pip
+ libxml2-dev libxslt1-dev zlib1g-dev
iproute2 ppp pppoe isc-dhcp-client timelimit &&
(sudo pip3 install pytest pytest-dependency gcovr || sudo pip3 install --break-system-packages pytest pytest-dependency gcovr)"
- name: Copy source code to target OS