Skip to content

Commit

Permalink
Disable new clone protection for git lfs (facebookresearch#1961)
Browse files Browse the repository at this point in the history
  • Loading branch information
aclegg3 authored and dannymcy committed Jun 26, 2024
1 parent 96f88f4 commit 17edaa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,9 @@ jobs:
- run:
name: Download test data
command: |
# Disable clone protection for git lfs
export GIT_CLONE_PROTECTION_ACTIVE=false
sudo apt install git-lfs
export PATH=$HOME/miniconda/bin:/usr/local/cuda/bin:$PATH
. activate habitat
Expand Down

0 comments on commit 17edaa6

Please sign in to comment.