Skip to content

Commit

Permalink
fix: attempt to fix CI dependencies IV
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeesters committed Mar 25, 2024
1 parent c065853 commit f6105f9
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 @@ -15,8 +15,8 @@ jobs:
packages: python3-yaml
- name: Compile LaTeX sources
run: |
apt-get install python3-yaml
./render --master-tex Snakemake_HPC_Users.tex --configfile config/config_for_github.yaml
sudo apt-get -y 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
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit f6105f9

Please # to comment.