I moved the testing data temporarily out to a public file in a google bucket. Later I'll move it somewhere requester-pays, but I don't have time to set up gsutil credentials within github actions, so I didn't bother yet
I used the BFG to scrub the test_data directory from the commit history. This is going to require a manual merge into main, but hopefully the files will drop from LFS once they're no longer referenced in the commit tree
Actually, I think I need to be more selective with which files are part of the git history (ie: test scripts and output) and which files are stored static offsite (test inputs)
test_data
directory from the commit history. This is going to require a manual merge into main, but hopefully the files will drop from LFS once they're no longer referenced in the commit tree