File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,20 +24,20 @@ jobs:
2424 run : |
2525 sudo apt-get update
2626 sudo apt-get install -y --no-install-recommends \
27- python3-pip \
27+ python3-yaml \
2828 texlive-latex-recommended \
2929 texlive-latex-extra \
3030 texlive-fonts-recommended \
3131 texlive-fonts-extra \
3232 texlive-luatex \
33+ texlive-lang-greek \
34+ texlive-pictures \
35+ + texlive-plain-generic \
36+ + texlive-pstricks \
37+ + texlive-science \
3338 latexmk \
3439 ghostscript \
35- poppler-utils \
36- wget \
37- unzip
38- # Install PyYAML via pip (more portable across Ubuntu versions)
39- python3 -m pip install --upgrade pip
40- python3 -m pip install pyyaml
40+ poppler-utils
4141
4242 - name : Run render
4343 run : |
4747 ./render --master-tex Snakemake_HPC_Creators.tex --configfile config/config_for_github.yaml --handout --sample-directory=_
4848 ./render --master-tex Snakemake_HPC_User_Creator_Combi.tex --configfile config/config_for_github.yaml --handout --sample-directory=_
4949 ./render --master-tex Snakemake_HPC_Admins.tex --configfile config/config_for_github.yaml --handout --sample-directory=_
50- echo "Compiling certificates"
5150
52-
5351 - name : Upload .pdf File
5452 uses : actions/upload-artifact@v4
5553 with :
You can’t perform that action at this time.
0 commit comments