diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43ac894..4fc4e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 + lfs: true - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4