You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I set up nbdev on my Mac by following the instructions in the tutorial. Later I tried to set up the same repo on a colleague's Windows machine by doing git clone of the repo and then installing nbdev and quarto - then making some changes and doing git push. This has resulted in the CI job failing, saying that the module nbdev_hello_world is NOT found. I tried to pip install -e ".[dev]" in the project root folder and that did NOT solve the issue.
It would be nice to streamline the process of setting up a nbdev-backed repo on other machines easy, rather than having to install nbdev and quarto manually - is there a way to automate this process?
The text was updated successfully, but these errors were encountered:
I set up nbdev on my Mac by following the instructions in the tutorial. Later I tried to set up the same repo on a colleague's Windows machine by doing git clone of the repo and then installing nbdev and quarto - then making some changes and doing git push. This has resulted in the CI job failing, saying that the module nbdev_hello_world is NOT found. I tried to pip install -e ".[dev]" in the project root folder and that did NOT solve the issue.
I have documented the steps I have done on the Windows machine here:
https://github.com/siraj-samsudeen/nbdev-hello-world/blob/main/README.md
here is the CI job that failed
https://github.com/siraj-samsudeen/nbdev-hello-world/actions/runs/10002915648
It would be nice to streamline the process of setting up a nbdev-backed repo on other machines easy, rather than having to install nbdev and quarto manually - is there a way to automate this process?
The text was updated successfully, but these errors were encountered: