I want to upgrade my external module to use the new re-usable github actions before adding a new filter.
However, I am having trouble with the baseline data.
first I was storing the data in the git repository (as in the main branch), but the windows cxx text build was failing to load the baseline image (could not create ImageIO factory). Locally, on my mac it works. On the CI only the windows job fails, the ubuntu and mac job passed.
interesting: I changed the base class of my filter and ITK_EXERCISE_BASIC_OBJECT_METHODS failed. But only in the windows build. I wonder why this test is disabled for gccâŠ
The error message above was just a consequence, since the test didnât finish executing and didnât write an output file.