nbdev-ci
doesn’t work and I looked into the following file. It seems that git status
never fails so that my nbdev-ci
always return false
. How does this work on your environment?
follow-up: the issue is not about git status
but it’s just about the different version of nbdev. Closed!
2 Likes
Not sure if this is the same problem…but since a couple of weeks ago, I’m not able to get a clean push in my nbdev (v2) repo. It always fails with the Detected unstripped out notebooks
but when I clone the repo in my machine and perform nbdev_clean
and, afterwards, check with git status -s
, everything is fine.
Any clue?
I got it working: I just had to set up the conda environment from scratch all over (oddly enough, conda/mamba update --all
didn’t help)