From b11b67906ba24efbba1f5225e5b84bd1a6fbb489 Mon Sep 17 00:00:00 2001 From: Lauri Himanen Date: Tue, 18 Jul 2023 20:01:52 +0300 Subject: [PATCH] Added recursive retrieval of submodules when building wheels. --- .github/workflows/wheels.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 3d4aece9..9f2bcc78 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -15,6 +15,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: recursive # Used to host cibuildwheel - uses: actions/setup-python@v3