From 8ee0fce4f8ea492c9c89888bd5d4990ea2dbb8af Mon Sep 17 00:00:00 2001 From: Ian Hunter Date: Sun, 31 Mar 2024 19:53:54 +0100 Subject: [PATCH] Update publish_PyPi.yml 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: