Skip to content

Commit

Permalink
fix: attempt to fix CI dependencies III
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Mar 25, 2024
1 parent 143793d commit c065853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
packages: python3-yaml
- name: Compile LaTeX sources
run: |
apt install python3-yaml
apt-get install python3-yaml
./render --master-tex Snakemake_HPC_Users.tex --configfile config/config_for_github.yaml
./render --master-tex Snakemake_HPC_Creators.tex --configfile config/config_for_github.yaml
- name: Upload .pdf File
Expand Down

0 comments on commit c065853

Please # to comment.