From 7d8ab4a58e54bc0527d722161b91778108f74ef6 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 11 Dec 2024 12:15:44 -0700 Subject: [PATCH 1/2] try some specific python versions --- .github/workflows/srt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index fc75ec26..3cf8f71b 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [ 3.x ] + python-version: [ 3.8, 3.11, 3.x ] env: CC: mpicc FC: mpifort From baf8cf5fb9fa95e1ac3bd5ce15579acddfcdb4e5 Mon Sep 17 00:00:00 2001 From: Jim Edwards Date: Wed, 11 Dec 2024 13:19:40 -0700 Subject: [PATCH 2/2] make it test all three python flavors --- .github/workflows/srt.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 3cf8f71b..2983dea6 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -17,6 +17,7 @@ jobs: # The type of runner that the job will run on runs-on: ubuntu-latest strategy: + fail-fast: false matrix: python-version: [ 3.8, 3.11, 3.x ] env: