From d819c7ca238d3097118c1acc22ab177517722df0 Mon Sep 17 00:00:00 2001 From: Xavier Raynaud Date: Tue, 30 Jan 2024 15:35:27 +0100 Subject: [PATCH] update from CI --- .github/workflows/runGitHubTests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/runGitHubTests.yml b/.github/workflows/runGitHubTests.yml index e8ad4574..40ebd3aa 100644 --- a/.github/workflows/runGitHubTests.yml +++ b/.github/workflows/runGitHubTests.yml @@ -24,6 +24,10 @@ jobs: - name: Install Python dependencies run: pip3 install -U referencing jsonschema + # Necessary for amgcl + - name: install dependencies for amgcl + run: sudo apt install matlab-support + # Use the submodules' remote-tracking branches - name: Update submodules run: git submodule update --init