From 0ce4c427ae1acd66a73288bf1237cb9ed41e04c7 Mon Sep 17 00:00:00 2001 From: Alex Severin Date: Sun, 15 Dec 2024 00:04:18 +0300 Subject: [PATCH] checkout with lfs: true --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) 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