From e95e8aa041002a5a49a01f894a38a7ff5e7053ac Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 10 Feb 2024 02:36:19 +0530 Subject: [PATCH] CI: Ubuntu package is named texlive-full. --- .github/workflows/test_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_linux.yml b/.github/workflows/test_linux.yml index 7423167..7025fe4 100644 --- a/.github/workflows/test_linux.yml +++ b/.github/workflows/test_linux.yml @@ -31,7 +31,7 @@ jobs: python -m pip install hatch if [ -f requirements.txt ]; then pip install -r requirements.txt; fi # latexmk - sudo apt-get -y install latexmk texlive-extra + sudo apt-get -y install latexmk texlive-full - name: Lint with flake8 run: | # stop the build if there are Python syntax errors or undefined names