File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3333 - uses : conda-incubator/setup-miniconda@v2
3434 with :
3535 auto-update-conda : true
36- python-version : 3.7
36+ python-version : 3.9
3737 use-only-tar-bz2 : true
3838
3939 - name : Install dependencies
4848 - name : Run pytest
4949 run : |
5050 conda install --yes -c conda-forge pytest-cov
51- pytest --cov=pySDC --cov-config=.coveragerc --cov-report=html --cov-report=term --durations=0 pySDC/tests
51+ pytest -v - -cov=pySDC --cov-config=.coveragerc --cov-report=html --cov-report=term --durations=0 pySDC/tests
5252
5353 - name : Build documentation
5454 run : |
Original file line number Diff line number Diff line change 1+ [pytest]
2+ markers =
3+ fenics: tests relying on FEniCS
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ sympy>=1.0
99# These packages are required for some of the more involved examples (and data types etc.), can be omitted
1010petsc4py >= 3.10.0
1111mpi4py >= 3.0.0
12- fenics == 2018 .1.0
12+ fenics >= 2019 .1.0
1313mpi4py-fft >= 2.0.2
1414# These packages are used for CI/CD and can be ignored
1515pip
You can’t perform that action at this time.
0 commit comments