From 566e2ff592b47944d616fc1caf5c437047a84553 Mon Sep 17 00:00:00 2001 From: claudio perez <50180406+claudioperez@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:48:01 -0700 Subject: [PATCH] cmp - dont recurse submodules --- .github/workflows/wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e97f6af12f..0d6d1a9201 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - submodules: recursive + submodules: true - uses: pypa/cibuildwheel@v2.16 env: