We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcf38a commit e09467dCopy full SHA for e09467d
scripts/ci_build_and_test_in_container.sh
@@ -20,7 +20,7 @@ fi
20
echo "Using package manager: $PACKAGE_MANAGER"
21
22
if [ "$PACKAGE_MANAGER" == "apt" ]; then
23
- apt update && apt-get install -y libblas-dev liblapack-dev
+ apt update && apt-get install -y libblas-dev liblapack-dev texlive-full
24
elif [ "$PACKAGE_MANAGER" == "yum" ]; then
25
yum update && yum install -y blas lapack
26
fi
0 commit comments