From 01e3ee5c7062802e46a7884fbcf9052b2d5c2ee4 Mon Sep 17 00:00:00 2001 From: Jean-Marco Alameddine Date: Mon, 16 Jan 2023 16:57:36 +0100 Subject: [PATCH] add recursive to fetch submodules --- .github/workflows/pypi_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/pypi_deploy.yml b/.github/workflows/pypi_deploy.yml index 9779c18ef..611188648 100644 --- a/.github/workflows/pypi_deploy.yml +++ b/.github/workflows/pypi_deploy.yml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master + with: + submodules: recursive - name: Set up Python 3.8 uses: actions/setup-python@v1 with: