From 47cb5e1137a998eb5f7a87b2fe24788b6a08c021 Mon Sep 17 00:00:00 2001 From: Florin Ratajczak <40367788+fratajcz@users.noreply.github.com> Date: Thu, 26 Sep 2024 12:26:40 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3f58fb..54668c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,10 @@ jobs: python-version: ["3.10"] steps: - - uses: actions/checkout@v4 + - name: check out repository with submodules + run: | + git clone --recurse-submodules -b latest --single-branch https://github.com/fratajcz/speos.git + cd speos - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v3 with: