git lfs patch before script runs

This commit is contained in:
Andrew Cassidy 2020-06-16 21:24:17 -07:00
parent 3963438e2a
commit 1603df4939

View File

@ -4,6 +4,7 @@ python:
before_install:
- echo -e "machine github.com\n login $GITHUB_OAUTH_TOKEN" > ~/.netrc
- git lfs pull
- fit lfs fetch --all
install:
- pip install awscli boto3 requests
branches: