Commit 816243c
CI: fix find_libpython invocation for Python DLL resolution
main.yml resolved PYTHONNET_PYDLL via "python -m find_libpython", but this
fork vendors the module as pythonnet.find_libpython. The old top-level
invocation failed with "No module named find_libpython", leaving
PYTHONNET_PYDLL empty and crashing every embedding test in
PythonEngine.Initialize() with DllNotFoundException ("Could not load .").
Use "python -m pythonnet.find_libpython" in both the Windows and non-Windows
env-setup steps, matching ARM.yml and nuget-preview.yml.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 098f6db commit 816243c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments