From ff0b0f7f345c280c67bdafdc75c670281495fcb3 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Mon, 2 Dec 2024 13:47:08 +0100 Subject: [PATCH] Try to install packages mentioned in the error --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 560f82f..6d43edd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,9 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Install required system packages + run: sudo apt install -y libxml2-dev libxslt-dev + - name: Set up Python uses: actions/setup-python@v5 id: setup-python