Skip to content

Commit

Permalink
fix: attempt to fix CI dependencies VIII - test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Mar 25, 2024
1 parent 446471f commit 3a18956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:

steps:
- name: Set up Git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
packages: python3-yaml texlive-full texlive-latex-base
packages: texlive-full texlive-latex-base
- name: Compile Users Slide Set
run: |
./render --master-tex Snakemake_HPC_Users.tex --configfile config/config_for_github.yaml ;
Expand Down

0 comments on commit 3a18956

Please # to comment.