fix ci?
Some checks failed
Compile LaTeX document / build (push) Successful in 38s
Compile LaTeX document / latex_spellcheck (push) Failing after 15s

This commit is contained in:
Philipp Hofer 2025-01-09 09:48:14 +01:00
parent 265f1b460d
commit 97f4efceb0

View File

@ -75,6 +75,7 @@ jobs:
') ')
export LANGUAGE_PREFIX=$(echo $SOURCE_LANGUAGE | head -c2 -) export LANGUAGE_PREFIX=$(echo $SOURCE_LANGUAGE | head -c2 -)
apt-get update apt-get update
apt-get install -y usrmerge
apt-get -y install python3-pip wget python3-venv apt-get -y install python3-pip wget python3-venv
python3 -m venv /tmp/env python3 -m venv /tmp/env
. /tmp/env/bin/activate . /tmp/env/bin/activate