Skip to content

Commit

Permalink
ci: fix pytest issue on Debian 10
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey V. Lobanov <[email protected]>
  • Loading branch information
svlobanov committed Mar 20, 2024
1 parent 827431d commit 4b04b0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b04b0b

Please sign in to comment.