From a879c2fb4cf5e976f24a4dc95d21b2af99a7624b Mon Sep 17 00:00:00 2001 From: Yineng Zhang Date: Mon, 13 Jan 2025 12:27:17 +0800 Subject: [PATCH] fix sgl-kernel build (#2850) --- .github/workflows/release-pypi-kernel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release-pypi-kernel.yml b/.github/workflows/release-pypi-kernel.yml index f046538a6..362088c47 100644 --- a/.github/workflows/release-pypi-kernel.yml +++ b/.github/workflows/release-pypi-kernel.yml @@ -22,6 +22,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: 'recursive' - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v5