Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
Re-enable matrix strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 23, 2022
1 parent 8f826a2 commit e8be853
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ on:
jobs:
test:
runs-on: ubuntu-latest
# strategy:
# # Don't immediately kill all if one Python version fails
# fail-fast: false
# matrix:
# python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
strategy:
# Don't immediately kill all if one Python version fails
fail-fast: false
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
env:
CC: mpicc
PETSC_DIR: ${{ github.workspace }}/petsc
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set correct Python version
uses: actions/setup-python@v2
with:
python-version: '3.8' # ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}

- name: Clone PETSc
uses: actions/checkout@v2
Expand Down

0 comments on commit e8be853

Please sign in to comment.