Skip to content

Commit b8d9306

Browse files
committed
upgrade fenics
1 parent c64d7ee commit b8d9306

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
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
@@ -48,7 +48,7 @@ jobs:
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: |

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[pytest]
2+
markers =
3+
fenics: tests relying on FEniCS

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1010
petsc4py>=3.10.0
1111
mpi4py>=3.0.0
12-
fenics==2018.1.0
12+
fenics>=2019.1.0
1313
mpi4py-fft>=2.0.2
1414
# These packages are used for CI/CD and can be ignored
1515
pip

0 commit comments

Comments
 (0)