Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Oct 18, 2024
1 parent 08dae50 commit 589c439
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 589c439

Please sign in to comment.