From 66e8ce112b426e89c4a4ef84ff106b5a64d12242 Mon Sep 17 00:00:00 2001 From: Luke Southam Date: Wed, 14 Dec 2022 16:15:22 +0000 Subject: [PATCH] Update build_wheels.yml --- .github/workflows/build_wheels.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 0bca470..aa2a15b 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -10,10 +10,9 @@ jobs: steps: - uses: actions/checkout@v2 - name: Checkout submodules - uses: textbook/git-checkout-submodule-action@master - with: - remote: true - + run: | + git submodule update --init --recursive + - uses: actions/setup-python@v2 with: python-version: '3.10'