-
Notifications
You must be signed in to change notification settings - Fork 34
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
icub-models python library: Raise a FileNotFoundError
if the model path is not found
#241
Conversation
CC @traversaro |
I agree! Let's check what @GiulioRomualdi thinks. |
I think we need also to update the action versions here, like the pypi action is failing with:
|
Feel free to update it in this PR, thanks! |
FileNotFoundError
if the model path is not foundFileNotFoundError
if the model path is not found
(I changed the PR title to be more descriptive as it is going to be included in automatically generated changelog) |
I have updated the workflow actions and started using conda and miniforge instead of mamba and mambaforge as suggested in robotology/robotology-superbuild#1653. Now also the CI is passing. Ready for review. |
Thanks! |
@traversaro can you also bump a new minor version after this PR, to have a new conda package ready? Thanks! |
Sure, I can do the bump directly in this PR. @GiulioRomualdi can you quickly check the change? |
Instead of returning a placeholder
Path("...")
fromicub-models/python/icub_models/icub_models.py
Lines 32 to 38 in 468b9f7