From 05fd58ca7edabd8d10daf7213063a52b5fe2a2c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E5=A4=A9=E4=BE=9D?= Date: Tue, 21 Jan 2025 20:59:16 +0000 Subject: [PATCH] fix: ci --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1000c9d..18b4f62 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -14,6 +14,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: true + lfs: true # - uses: actions/setup-python@v5 # with: # python-version: '3.12'