facebookresearch / habitat-lab

A modular high-level library to train embodied AI agents across a variety of tasks and environments.
https://aihabitat.org/
MIT License
1.93k stars 481 forks source link

[CI] - disable new clone protection for git lfs #1961

Closed aclegg3 closed 4 months ago

aclegg3 commented 4 months ago

Motivation and Context

Git LFS was broken on CI by new security measures https://github.com/git-lfs/git-lfs/issues/5749

This PR disables the clone protections for pulling data from our HF repos.

How Has This Been Tested

CI

Types of changes

Checklist

aclegg3 commented 4 months ago

Note that I'm seeing checkout issues with the embedded downloader hooks within test_baselines_training. Maybe the system variable isn't carrying between jobs or this fix doesn't apply through that particular pytest fixture interface abstraction. In any case, I'll fix that in a follow-up.