[MNT] CI job to run notebook examples#402
Conversation
|
@fkiraly looks like the bash script needs execution privileges at least. Can you fix? |
|
fixed - but now the code does not seem to be able to find the |
|
@fkiraly i will try a local install to narrow down if pygam is being distributed without CSV files, or if UV is not installing them... |
|
OK, neither local UV nor PIP installs include the datasets... perhaps they are not being distributed? |
@fkiraly indeed, inspecting the TAR.gz on pypi shows that the dataets CSVs are not included |
|
hm, then I see multple issues:
|
|
opened an issue here: #423 |
|
@fkiraly this is great!! |
Adds a CI job to run notebook examples.
Also contains fixes to missing imports in the notebooks.
This should prevent missing datasets such as in #401, also see #423
Depends on #424 which should be merged first.