[MNT] CI job to run notebook examples
Adds a CI job to run notebook examples.
This should prevent missing datasets such as in https://github.com/dswah/pyGAM/pull/401
@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 wage.csv. Any ideas?
@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?
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