Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: Unai Martinez-Corral <umartinezcorral@antmicro.com>
  • Loading branch information
umarcor committed Jul 25, 2023
1 parent 725be3d commit 7607009
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/scripts/latex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

set -e

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

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

pip3 install --user -r requirements.txt
pip3 install -r requirements.txt

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

0 comments on commit 7607009

Please sign in to comment.