UCL / rsd-engineeringcourse

Course materials for Research Software Engineering course.
http://github-pages.ucl.ac.uk/rsd-engineeringcourse/
Other
118 stars 101 forks source link

Fixes building sample repository without being on a git repository #236

Closed dpshelio closed 10 months ago

dpshelio commented 10 months ago

setuptools_scm needs that the package is in a git repository. The way the notes are built locally diverges, somehow, of when it's built on gh actions. Locally, I believe it detects this repository, whereas on gh actions somehow it doesn't and it fails.

Decided to comment out that line with a comment saying to use it when in a git repository.