From 052ca5dab6c50e4896d5fa9a37bb39b9041c7db5 Mon Sep 17 00:00:00 2001 From: Nick Murphy Date: Thu, 13 Aug 2020 10:57:20 -0400 Subject: [PATCH] Try a different place for git-lfs install I'll probably need to come back to this later... --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8362ad6..a4e470d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,6 +72,12 @@ jobs: - run: *skip-check - run: *merge-check - run: *apt-install + - run: + name: Install git-lfs + command: | + curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash + sudo apt-get install git-lfs + git lfs install - run: name: Update pip command: pip install -U pip @@ -90,7 +96,6 @@ jobs: keys: sample-data-v1 - checkout - - git lfs install - run: *skip-check - run: *merge-check - run: *apt-install