diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eb81e753..f8045b78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,8 @@ jobs: name: Build wheel if: "!contains(github.event.head_commit.message, 'wheel skip')" steps: - - name: Checkout + - + name: Checkout uses: actions/checkout@v4 with: lfs: true