From 36e082348b25a280010628133a064995d31935fd Mon Sep 17 00:00:00 2001 From: Christian Meesters Date: Mon, 25 Mar 2024 10:38:41 +0100 Subject: [PATCH] fix: attempt to fix CI dependencies I --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a49b48..e347fd5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + packages: python3-yaml - name: Compile LaTeX sources run: | ./render --master-tex Snakemake_HPC_Users.tex --configfile config/config_for_github.yaml