Skip to content

Commit

Permalink
Merge pull request #398 from pep-dortmund/fix_ci
Browse files Browse the repository at this point in the history
Update and fix CI
  • Loading branch information
maxnoe authored Apr 26, 2024
2 parents 1dddb69 + 9f62e25 commit 35f1091
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:

env:
TEXLIVE_VERSION: 2023
TEXLIVE_VERSION: 2024
TERM: xterm
# silences warnings from jupyter about not being able to debug the stdlib
PYDEVD_DISABLE_FILE_VALIDATION: 1
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Setup
run: |
sudo apt-get install --yes poppler-utils
pip install https://github.com/maxnoe/texlive-batch-installation/archive/v0.3.2.tar.gz
pip install install-texlive
python -m install_texlive -p $HOME/texlive -t $TEXLIVE_VERSION --collections='-a' --package-file tex-packages.txt --update -v
# add to path for following steps
Expand Down
19 changes: 10 additions & 9 deletions tex-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ bookmark
booktabs
caption
carlisle
catchfile
circuitikz
csquotes
enumitem
Expand All @@ -24,12 +25,15 @@ firamath-otf
float
fontawesome5
fontspec
framed
fvextra
hyph-utf8
infwarerr
koma-script
latex
latex-bin
latexmk
lineno
luacode
lualatex-math
luatex
Expand All @@ -45,6 +49,8 @@ mwe
ncctools
ninecolors
oberdiek
pdfcol
pdfcrop
pdflscape
pgfopts
placeins
Expand All @@ -56,20 +62,15 @@ tcolorbox
texdoc
threeparttable
tikz-feynman
tikzfill
trimspaces
type1cm
underscore
unicode-math
upquote
varwidth
xfrac
xits
xkeyval
xpatch
xstring
fvextra
upquote
lineno
catchfile
framed
pdfcol
underscore
tikzfill
pdfcrop

0 comments on commit 35f1091

Please sign in to comment.