Skip to content

Commit 0edec55

Browse files
committed
fix: ?
1 parent cdd4b3e commit 0edec55

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/build.yml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff 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: |
@@ -47,9 +47,7 @@ jobs:
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:

0 commit comments

Comments
 (0)