Skip to content

Commit

Permalink
be explicit about requirements of figure_mixed_content test (brucemil…
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev authored Oct 31, 2024
1 parent 9f07a49 commit 76e50b7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions t/80_complex.t
Original file line number Diff line number Diff line change
Expand Up @@ -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 } });

0 comments on commit 76e50b7

Please sign in to comment.