Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rw1nkler committed Jul 21, 2023
1 parent 74f3d58 commit a67058c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/scripts/latex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,18 @@ set -x

apt-get update -qq
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
python3 \
python3-full \
python3-pip \
python3-setuptools \
python3-wheel \
python3-venv
python3-wheel

cd $(dirname $0)/../../docs

pip3 install --user -r --break-system-packages requirements.txt
which python3

python3 -m venv env
. env/bin/activate
pip3 install -r requirements.txt

cd build/latex
LATEXMKOPTS='-interaction=nonstopmode' make
Expand Down

0 comments on commit a67058c

Please sign in to comment.