From 8cd4cf52ee5bede26cfc6a18aea610e192817b03 Mon Sep 17 00:00:00 2001 From: Alexander Puck Neuwirth Date: Sun, 19 Jan 2025 17:45:48 +0100 Subject: [PATCH] Install more CI --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5035a62a4..57917d579 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,16 @@ jobs: uv pip install --system '.[test]' uv pip list + - name: Install external packages + run: >- + sudo apt-get update -y && + sudo apt-get install -y + latexmk + graphviz + texlive-latex-base + texlive-fonts-extra + texlive-extra-utils + - name: Test with pytest run: | pytest --cov --cov-report=xml -r sx