From 42be626843e96b1823a2a61716fbfc70bef145b0 Mon Sep 17 00:00:00 2001 From: michael-petersen Date: Mon, 14 Oct 2024 13:25:02 +0100 Subject: [PATCH] Add extra checks to CI for runner diagnostic information --- .github/workflows/build.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d6b08ab8..85f50c5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,14 +12,14 @@ jobs: exp: strategy: matrix: - os: [ubuntu-latest] - cc: [gcc] + os: [ubuntu-latest, ubuntu-22.04] + cc: [gcc, mpicc] name: "Test pyEXP Build" runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install core dependencies - ubuntu if: runner.os == 'Linux' @@ -28,6 +28,7 @@ jobs: sudo apt-get install -y build-essential libeigen3-dev libfftw3-dev libhdf5-dev libopenmpi-dev sudo pip install numpy + - name: Setup submodule and build run: | git submodule update --init --recursive