From f2ce0ba1eb6e4d7d4f18b746b747efc4b65f6ccc Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Quiros Date: Tue, 30 Jan 2024 10:23:51 +0100 Subject: [PATCH] Add checkout submodules to ci --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0981c4b..9dcacf3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 + with: + submodules: true - name: Set up Python 3.x uses: actions/setup-python@v5 with: