File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 19
19
mpi :
20
20
- mpich
21
21
py :
22
- # - "3.7"
23
- # - "3.8"
24
- # - "3.9"
25
22
- " 3.10"
26
23
- " 3.11"
27
24
- " 3.12"
@@ -64,15 +61,18 @@ jobs:
64
61
- if : matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu')
65
62
run : pytest tests/ --junitxml=junit/test-results.xml --cov=$(python -c "import site; print(site.getsitepackages()[0]+'/shenfun')") --cov-report=xml --cov-report=html
66
63
67
- - if : matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu')
64
+ - if : matrix.mpi == 'mpich' && startsWith(matrix.os, 'macos')
65
+ run : pytest tests/
66
+
67
+ - if : matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu') && matrix.py == '3.11'
68
68
uses : codecov/codecov-action@v4
69
69
with :
70
70
files : coverage.xml
71
71
name : ${{ matrix.os }}-${{ matrix.mpi }}-${{ matrix.py }}
72
72
env :
73
73
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
74
74
75
- - if : matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu')
75
+ - if : matrix.mpi == 'mpich' && startsWith(matrix.os, 'ubuntu') && matrix.py == '3.11'
76
76
uses : codacy/codacy-coverage-reporter-action@v1
77
77
with :
78
78
project-token : ${{ secrets.CODACY_PROJECT_TOKEN }}
You can’t perform that action at this time.
0 commit comments