From 7ff07458344ba4daa73ef7da81054b2523ebe21e Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Fri, 5 Jan 2024 07:53:47 +0000 Subject: [PATCH] Make checkout action check out submodules --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 567d6ac..7c43fc1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,6 +26,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: true - name: Install coverage dependencies if: ${{ matrix.os == 'ubuntu-latest' }} run: |