File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,10 @@ jobs:
117117 # remove examples which fill up the memory
118118 rm ttk-data/states/topologicalOptimization_darkSky.pvsm
119119 # remove examples that take too long to render under mac
120+ rm ttk-data/states/cosmicWeb.pvsm
121+ rm ttk-data/states/persistenceClusteringGallery.pvsm
120122 rm ttk-data/states/persistentGenerators_householdAnalysis.pvsm
123+ rm ttk-data/states/topologicalOptimization*.pvsm
121124 cd ttk-data/tests
122125 mkdir output_screenshots
123126 pvpython -u validate.py || (tar zcf screenshots.tar.gz output_screenshots && false)
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ jobs:
186186 rm ttk-data/states/nestedTrackingFromOverlap.py
187187 # remove examples which fill up the memory
188188 rm ttk-data/states/topologicalOptimization_darkSky.pvsm
189+ rm ttk-data/states/topologicalOptimization*.pvsm
189190
190191 cd ttk-data/tests
191192 mkdir output_screenshots
You can’t perform that action at this time.
0 commit comments