From 28e532c86018aacb3d94d53bfd20aa3e7ba73a95 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 18 Aug 2023 10:26:00 +0100 Subject: [PATCH] Pull lfs in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ac894..4fc4e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + lfs: true - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4