From b7b50ab2b9a0d5758b106cdb0474d0091a98aa31 Mon Sep 17 00:00:00 2001 From: deyan Date: Mon, 14 Oct 2024 17:02:20 -0400 Subject: [PATCH] be explicit about requirements of figure_mixed_content test --- t/80_complex.t | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/t/80_complex.t b/t/80_complex.t index e9bd5aea5..901d04a18 100644 --- a/t/80_complex.t +++ b/t/80_complex.t @@ -8,7 +8,9 @@ latexml_tests("t/complex", requires => { cleveref_minimal => 'cleveref.sty', figure_dual_caption => {packages => 'graphicx.sty', texlive_min => 2021}, - figure_mixed_content => {packages => 'graphicx.sty', texlive_min => 2021}, - si => { + figure_mixed_content => { + packages => ['algorithm.sty','algorithmic.sty','graphicx.sty','ifthen.sty','keyval.sty'], + texlive_min => 2021}, + si => { env=>'CI', # only runs in continuous integration packages => 'siunitx.sty', texlive_min => 2015 } });