Attempt to cache LFS in GH actions

This commit is contained in:
Matthew Evans
2024-02-03 21:15:10 +01:00
parent aa0aee6128
commit 88d1fc3a71

View File

@@ -26,10 +26,11 @@ jobs:
python-version: ['3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- name: Cached LFS checkout
uses: nschloe/action-cached-lfs-checkout@v1.2.2
with:
fetch-depth: 0
lfs: true
enableCrossOsArchive: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4