diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d87284a..6b24b75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,8 @@ jobs: python-version: '3.12' - name: Install uv run: curl -LsSf https://astral.sh/uv/install.sh | sh + - name: Install system dependencies + run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev - name: Install dependencies run: | source ~/.cargo/env