From 654093914c590c6de34f0393df55e96f7a96fd29 Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Sun, 31 Mar 2024 19:54:19 +0100 Subject: [PATCH] Update publish_PyPi.yml (#484) Signed-off-by: Ian Hunter --- .github/workflows/publish_PyPi.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/publish_PyPi.yml b/.github/workflows/publish_PyPi.yml index fd90a39db..180569dfc 100644 --- a/.github/workflows/publish_PyPi.yml +++ b/.github/workflows/publish_PyPi.yml @@ -24,6 +24,7 @@ jobs: uses: actions/setup-python@v3 with: python-version: '3.x' + submodules: true - name: Install dependencies run: | python -m pip install --upgrade pip @@ -64,6 +65,8 @@ jobs: python3.10-venv - uses: actions/checkout@v3 + with: + submodules: true - name: test shell: wsl-bash {0} run: | @@ -91,6 +94,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: true - name: Set up Python uses: actions/setup-python@v3 with: