This topic suggests:
svn checkout https://github.com/lodash/lodash/trunk/test
But it doesn't work in Colab. I tried to install svn:
!pip install tsvn
It returns an error:
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Is there another way to download a folder from github?