From 11963a65a457101a3424ffc0e3cfdaf3bf4950da Mon Sep 17 00:00:00 2001 From: Billy Date: Tue, 18 Mar 2025 12:56:28 +1100 Subject: [PATCH] CI/CD --- .github/workflows/python-tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index f22e29e3e9..f3e3625542 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -73,6 +73,8 @@ jobs: steps: - name: checkout uses: actions/checkout@v4 + with: + lfs: true - name: check for changed python files if: ${{ inputs.always_run != true }}