-
Notifications
You must be signed in to change notification settings - Fork 41
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
Fixes determining resource path #811
Conversation
@acordonez After we merge this we can add a patch to the staged recipe. |
@jasonb5 thanks for the PR. The github action build test fails with following message, could you please check?
|
@tomvothecoder any idea why this might not be working, the workflow looks identical to xcdat's which works using just |
- Fixes import issues with `test_resources.py` - Remove `test_placeholder.py`
@tomvothecoder Ah totally missed that, makes sense now. thanks |
Fix `ModuleNotFoundError` in fix_pkg_resources branch build
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.
Thank you Jason! The jupyter notebook demos all ran smoothly for me with this change.
Adds a function to return a path to the package resources.
The function checks the following locations in order.