From 2fb28b6d18434b649d49d0364f1bdd0edbaf3b06 Mon Sep 17 00:00:00 2001 From: Eduard Ralph Date: Fri, 17 Apr 2026 18:50:14 +0200 Subject: [PATCH] Drop unused lfs:true from integration-test checkout The repo has no .gitattributes and no LFS-tracked files, so passing lfs: true to actions/checkout just makes it shell out to git-lfs, which isn't installed in the gramps-ci image. The 3.9 MB sample sqz under TMGimporter/tests/ is committed directly. Co-Authored-By: Claude Opus 4.7 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5afd3e4ac..0b7db05b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -165,8 +165,6 @@ jobs: options: --init steps: - uses: actions/checkout@v4 - with: - lfs: true - name: Run plugin registration tests env: