Ok @hamelsmu , finished, added, committed and pushed. But failed again. Instead of…
Commit to Github
You can now check-in the generated files with
git add,git commitandgit push. Wait a minute or two for Github to process your commit, and then head over to the Github website to look at your results.
…Actions is saying it can’t find my module, which has the same as the name of my repo, which is the name as in my settings.ini file…
[Latest Actions build]
(https://github.com/drscotthawley/mrspuff/runs/2210950216?check_suite_focus=true):
Run nbdev_test_nbs
testing /home/runner/work/mrspuff/mrspuff/index.ipynb
Error in /home/runner/work/mrspuff/mrspuff/index.ipynb:
An error occurred while executing the following cell:
------------------
#hide
from mrspuff.core import *
------------------
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-c157f894b815> in <module>
1 #hide
----> 2 from mrspuff.core import *
ModuleNotFoundError: No module named 'mrspuff'
ModuleNotFoundError: No module named 'mrspuff'