diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index fc75ec26..2983dea6 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -17,8 +17,9 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest strategy: + fail-fast: false matrix: - python-version: [ 3.x ] + python-version: [ 3.8, 3.11, 3.x ] env: CC: mpicc FC: mpifort