I"m having trouble with a complex Python+Cython+C++ package.
It seems to build fine, but then I’m getting a segfault when the tests run. (sometimes???).
Anyway, is there a way to download the built package(s) from the CI when it’s run on a feedstock PR? It might be easier to test all this if I can get the built package.
It seems they should be there as an artifact somewhere, but not finding them.
Thanks.