diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd4e6c1..6c3a0d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: name: python steps: - uses: actions/checkout@v4 + with: + lfs: true - name: Install uv uses: astral-sh/setup-uv@v4 - name: Set up Python