Skip to content

Commit 148c4ab

Browse files
committed
ci update
1 parent d20c2fb commit 148c4ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Spec.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ basicTests f = testGroup "Basic tests"
192192
, f "stacked" mstacked
193193
, f "annotation" mannotation
194194
, f "streamplot" mstreamplot
195-
, f "griddata" mgriddata
196195
]
197196

198197
fragileTests f = testGroup "Fragile tests"
@@ -201,6 +200,8 @@ fragileTests f = testGroup "Fragile tests"
201200
, f "boxplot" mboxplot
202201
-- TODO Fails on circle ci (no violin plots; matplotlib too old)
203202
, f "violinplot" mviolinplot
203+
-- TODO Needs a fairly recent matplotlib; too old for circleci
204+
, f "griddata" mgriddata
204205
]
205206

206207
failingTests f = testGroup "Failing tests"

0 commit comments

Comments
 (0)