Are built packages saved as artifacts when a PR is tested?

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.

You need to enable the corresponding setting in your conda-forge.yml and then rerender. The artifacts will show up in the Azure UI for the CI logs. See Configuring conda-forge.yml | conda-forge | community-driven packaging for conda.

Awesome, thanks! — I’ll give that a try.