|
14 | 14 | fail-fast: false |
15 | 15 | matrix: |
16 | 16 | os: [ubuntu-latest, macOS-latest] |
17 | | - python-version: [3.5, 3.6, 3.7, 3.8] |
| 17 | + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] |
18 | 18 | timeout-minutes: 15 |
19 | 19 | env: |
20 | 20 | FC: gfortran-9 |
|
28 | 28 | python-version: ${{ matrix.python-version }} |
29 | 29 |
|
30 | 30 | - name: Install Valgrind |
31 | | - if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.8' }} |
| 31 | + if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9' }} |
32 | 32 | run: | |
33 | 33 | sudo apt-get update && sudo apt-get install valgrind |
34 | 34 |
|
|
46 | 46 | cmake --build "build" --target install -- -j2 |
47 | 47 |
|
48 | 48 | - name: Running tests (Ctest) |
49 | | - if: ${{ matrix.python-version == '3.8' }} # only run for one py version, not necessary for all of them |
| 49 | + if: ${{ matrix.python-version == '3.9' }} # only run for one py version, not necessary for all of them |
50 | 50 | run: | |
51 | 51 | cd build |
52 | 52 | if [ ${{ matrix.os }} == 'ubuntu-latest' ]; then |
|
68 | 68 | strategy: |
69 | 69 | fail-fast: false |
70 | 70 | matrix: |
71 | | - python-version: [3.5, 3.6, 3.7, 3.8] |
| 71 | + python-version: [3.5, 3.6, 3.7, 3.8, 3.9] |
72 | 72 | timeout-minutes: 5 |
73 | 73 |
|
74 | 74 | steps: |
@@ -109,7 +109,7 @@ jobs: |
109 | 109 | exit /b %errorlevel% |
110 | 110 |
|
111 | 111 | - name: Running tests (Ctest) |
112 | | - if: ${{ matrix.python-version == '3.8' }} # only run for one py version, not necessary for all of them |
| 112 | + if: ${{ matrix.python-version == '3.9' }} # only run for one py version, not necessary for all of them |
113 | 113 | shell: cmd |
114 | 114 | run: | |
115 | 115 | set PATH=%PATH%;%GITHUB_WORKSPACE%/bin |
|
0 commit comments