I ran into an issue working on GLASS as I had forgotten to include fetch-depth: 0 in actions/checkout in this PR glass-dev/glass@1bef58b. This has now fixed the problem, which occurred due to the version constraint imposed my glass.ext.camb. However, this package doesn't actually use glass (i.e. no import or from), so begs the question should this package really be depending on glass?
I ran into an issue working on GLASS as I had forgotten to include
fetch-depth: 0inactions/checkoutin this PR glass-dev/glass@1bef58b. This has now fixed the problem, which occurred due to the version constraint imposed myglass.ext.camb. However, this package doesn't actually useglass(i.e. noimportorfrom), so begs the question should this package really be depending onglass?