From 84b0abfb60f9e98c2eea419a14ef72e93325e72c Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 21 May 2025 13:00:32 +0500 Subject: [PATCH] ci-ifcopenshell-python - include submodules #6723 --- .github/workflows/ci-ifcopenshell-python-pypi.yml | 2 ++ .github/workflows/ci-ifcopenshell-python.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci-ifcopenshell-python-pypi.yml b/.github/workflows/ci-ifcopenshell-python-pypi.yml index 73199521bb..ddd8f88068 100644 --- a/.github/workflows/ci-ifcopenshell-python-pypi.yml +++ b/.github/workflows/ci-ifcopenshell-python-pypi.yml @@ -44,6 +44,8 @@ jobs: } steps: - uses: actions/checkout@v2 + with: + submodules: recursive - uses: actions/setup-python@v2 # https://github.com/actions/setup-python with: python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax diff --git a/.github/workflows/ci-ifcopenshell-python.yml b/.github/workflows/ci-ifcopenshell-python.yml index 46f7074fe0..1de4f1907e 100644 --- a/.github/workflows/ci-ifcopenshell-python.yml +++ b/.github/workflows/ci-ifcopenshell-python.yml @@ -39,6 +39,8 @@ jobs: } steps: - uses: actions/checkout@v2 + with: + submodules: recursive - uses: actions/setup-python@v2 # https://github.com/actions/setup-python with: python-version: '3.11' # Version range or exact version of a Python version to use, using SemVer's version range syntax