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 }}