GitHub Actions CI ModuleNotFoundError

I’m setting up an nbdev project for notebooks only, no .py modules.

The local nbdev_test is sucessful, but the CI is failing:

ModuleNotFoundError: No module named 'pandas'

How do I tell Github Actions about importing pandas etc?

2 Likes

I was searching the nbdev docs to try to track down the reason for the error, but the search-result page won’t load (in Firefox), or (in Chrome) will load then fail.


Someone kindly helped me track down this error: requirements in the settings.ini file was commented out!

1 Like

Amazing! Same issue here, took me hours till I found this.

1 Like