Conversation
|
Not sure about this; running locally |
|
Have one error left which annoyingly is related to the generated stubs: Gives: I noticed this in Maybe it needs applying differently? |
|
OK, it is now triggering but my fixes, which work locally, are not good for the CI. I guess there are subtle differences. https://github.com/FEniCS/basix/actions/runs/22392500731/job/64817819539#step:8:14 |
|
There is no need for |
|
This nearly works. The last renaming issue I cannot get the https://nanobind.readthedocs.io/en/latest/typing.html#pattern-files |
|
What's the downside of using |
|
I read the manual and it says that install_time should only be used when the standard |
|
Win32 is always 'odd' - its philosophy on how software should be shipped and linked is fundamentally different to Unix. It may be possible to get the build mode to work on Win32 as well but I don't fancy prodding the CI for hours. Maybe I get a windows box soon. |
Mypy check was only run on source code before, with the introduction of auto-generated stubs #970 this is not sufficient anymore.
Note: editable install based to avoid missing the autogenerated stubs FEniCS/dolfinx#4096 (comment).