I’m trying to set up a GitHub actions workflow for testing a package. While my documentation builds fine, my tests error in a way I don’t understand. I get a StackOverflowError
I cannot reproduce, and which does not make sense to me, especially since the documentation build workflow (which uses a.o. the method for which I get this StackOverflowError
in the testing stage) works just fine.
The gh-actions run for a recent commit is here: sampling ancestral states for profile · arzwa/DeadBird.jl@73a20bd · GitHub
Would anybody have some hints or ideas about what could be going wrong here?