Skip to content

Commit

Permalink
Try a different place for git-lfs install
Browse files Browse the repository at this point in the history
I'll probably need to come back to this later...
  • Loading branch information
namurphy committed Aug 13, 2020
1 parent b0e0c24 commit 052ca5d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -90,7 +96,6 @@ jobs:
keys: sample-data-v1

- checkout
- git lfs install
- run: *skip-check
- run: *merge-check
- run: *apt-install
Expand Down

0 comments on commit 052ca5d

Please sign in to comment.