From 8703eea49b2e41985abe34dbd2db46dfbc40ea3d Mon Sep 17 00:00:00 2001 From: Billy Date: Tue, 18 Mar 2025 14:08:21 +1100 Subject: [PATCH] LFS cache --- .github/workflows/python-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index f3e3625542..6d6ed26f81 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -72,9 +72,7 @@ jobs: PIP_USE_PEP517: '1' steps: - name: checkout - uses: actions/checkout@v4 - with: - lfs: true + uses: nschloe/action-cached-lfs-checkout@v1 # https://github.com/nschloe/action-cached-lfs-checkout - name: check for changed python files if: ${{ inputs.always_run != true }}