-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tensor support #403
Tensor support #403
Conversation
.github/workflows/windows-conda.yml
Outdated
:: Build and Install | ||
cmake --build . --config Release --target install | ||
if errorlevel 1 exit 1 | ||
:: Set old path | ||
set PATH=%OLD_PATH% | ||
|
||
:: Build stubs | ||
git clone https://github.com/jcarpent/pybind11-stubgen.git |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the manual stub generation is not mandatory anymore.
Maybe, a better fix should be to modify the path in jrlcmakemodule when calling the stub generator.
@jorisv Thanks for finding this issue. Could you integrate an optional argument in the stubs function to automatically inform the PATH variable on Windows? |
COuld you make this change in #375? |
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
No description provided.