From 589c439048c0d6161abed793a4cb9bdcf8628f4f Mon Sep 17 00:00:00 2001 From: "Jack S. Hale" Date: Fri, 18 Oct 2024 09:13:51 +0200 Subject: [PATCH] Fix. --- .github/workflows/conda.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml index 336ed1e2d2..12e6caa2c1 100644 --- a/.github/workflows/conda.yml +++ b/.github/workflows/conda.yml @@ -17,7 +17,11 @@ jobs: matrix: os: [ubuntu-latest, macos-13, macos-14, windows-2022] python-version: ["3.9", "3.10", "3.11", "3.12"] - petsc-scalar-type: "real" + petsc-scalar-type: ["real"] + include: + - os: ubuntu-latest + python-version: "3.12" + petsc-scalar-type: "complex" runs-on: ${{ matrix.os }} timeout-minutes: 30 # This is necessary to ensure conda environment is activated in every step.