From ebed056519e25cb7e0d8a64c926551aaea5221b2 Mon Sep 17 00:00:00 2001 From: Fabian Arndt Date: Sun, 8 Sep 2024 11:47:48 +0200 Subject: [PATCH] Checkout submodules for CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 963bbf98..93c08005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: recursive + fetch-depth: 0 - name: Set up Python uses: actions/setup-python@v5 with: