From 1645e33371712e2efddc4b7f254a24ad840ace1c Mon Sep 17 00:00:00 2001 From: mmcky Date: Fri, 28 Mar 2025 16:02:27 +1100 Subject: [PATCH] ENH: this updates the latex backend to include cjk --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 79e3cbd..3294f92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,8 @@ jobs: latexmk \ xindy \ dvipng \ - cm-super + cm-super \ + latex-cjk-all - name: Display Conda Environment Versions shell: bash -l {0} run: conda list