Skip to content

Commit

Permalink
be explicit about requirements of figure_mixed_content test
Browse files Browse the repository at this point in the history
  • Loading branch information
dginev committed Oct 14, 2024
1 parent 2233d87 commit b7b50ab
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 b7b50ab

Please sign in to comment.