Skip to content

Commit

Permalink
WIP: 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 c9e8acd commit e796326
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/scripts/latex.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env sh

set -e
set -x

apt-get update -qq
DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
Expand All @@ -12,7 +13,7 @@ DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
cd $(dirname $0)/../../docs

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

cd build/latex
Expand Down

0 comments on commit e796326

Please sign in to comment.