#5966 updated the way our examples are packaged, basically breaking run_all.py and the nox setup. This should be fixed and reimplemented in a better way.
For run_all, the functionality would be much better implemented in all_examples. Most of the listing logic is already there.
For nox (aka run all vs. all version of python), it's probably possible to use pixi for this.
#5966 updated the way our examples are packaged, basically breaking
run_all.pyand the nox setup. This should be fixed and reimplemented in a better way.For
run_all, the functionality would be much better implemented inall_examples. Most of the listing logic is already there.For nox (aka run all vs. all version of python), it's probably possible to use pixi for this.