Skip to content

Commit e09467d

Browse files
committed
add texlive-full
1 parent 6dcf38a commit e09467d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci_build_and_test_in_container.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
echo "Using package manager: $PACKAGE_MANAGER"
2121

2222
if [ "$PACKAGE_MANAGER" == "apt" ]; then
23-
apt update && apt-get install -y libblas-dev liblapack-dev
23+
apt update && apt-get install -y libblas-dev liblapack-dev texlive-full
2424
elif [ "$PACKAGE_MANAGER" == "yum" ]; then
2525
yum update && yum install -y blas lapack
2626
fi

0 commit comments

Comments
 (0)