Add check in the tests script to make sure LFS artifacts are present
Get LFS artifacts with proteus get
Closes #22
Motivation
LFS artifacts may not be downloaded automatically with git pull if the host isn't configured that way. Here, I resolve it by invoking git lfs pull automatically when the other test artifacts are downloaded or before running the tests.
Summary of Changes
proteus get
Closes #22
Motivation
LFS artifacts may not be downloaded automatically with
git pull
if the host isn't configured that way. Here, I resolve it by invokinggit lfs pull
automatically when the other test artifacts are downloaded or before running the tests.Implementation
See PR