From 9c400acd7eb7696a75d0b306a03b1341089495db Mon Sep 17 00:00:00 2001 From: Andy Lee Date: Mon, 15 Sep 2025 21:40:35 -0700 Subject: [PATCH] fix(ci): should checkout modules as well since `uv sync` checks --- .github/workflows/build-reusable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-reusable.yml b/.github/workflows/build-reusable.yml index 97f076f..69d8932 100644 --- a/.github/workflows/build-reusable.yml +++ b/.github/workflows/build-reusable.yml @@ -17,6 +17,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ inputs.ref }} + submodules: recursive - name: Setup Python uses: actions/setup-python@v5