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 5f291f2 commit 74f3d58
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/scripts/latex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \

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

which python3

python3 -m venv env
. env/bin/activate
pip3 install -r requirements.txt
pip3 install --user -r --break-system-packages requirements.txt

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

0 comments on commit 74f3d58

Please sign in to comment.