Henry Schreiner
Henry Schreiner
Could you try https://github.com/scikit-build/scikit-build-core/pull/844 ?
o the two paths are different?
Ah, we are seeing the same string twice, and it's replacing one of them. We aren't told what has been registered here.
How hard is it to set up in CI?
I think we probably should monkeypatch the test to remove the envvar. If it’s important, we could also make a new or parameterized test with the envvar set. You generally...
Is this fixed in the latest release?
@leandro-benedet-garcia Could you give me access to push to your fork? I've got this approach working, at least locally. Or you can just pull the changes yourself from `https://github.com/henryiii/nanobind` @...
Ahhh, good point, I can just run the CI on my fork first. The problem you are seeing is that you can't import the modules you are building _during_ the...
Let me know if you have questions about any of the changes! Very high level, I made the find_package(Python) GLOBAL, since it was not usable outside the directory it's triggered...
For emscripten, you have to build the test module as a wheel and then test it. There are two ways to do that. In pybind11, we make the test module...