Skip to content

Commit

Permalink
version freak show V
Browse files Browse the repository at this point in the history
  • Loading branch information
pancetta committed Feb 19, 2024
1 parent 8b1a1ed commit 4372c94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

strategy:
matrix:
python: ['3.8', '3.9', '3.10', '3.11']
python: ['3.8', '3.9', '3.10']
env: ['base', 'fenics', 'mpi4py', 'petsc']

defaults:
Expand All @@ -83,7 +83,7 @@ jobs:
echo "print('Loading sitecustomize.py...')
import coverage
coverage.process_startup() " > sitecustomize.py
coverage run -m pytest --continue-on-collection-errors -vs --durations=0 pySDC/tests -m ${{ matrix.env }}
coverage run -m pytest --continue-on-collection-errors -v --durations=0 pySDC/tests -m ${{ matrix.env }}
- name: Make coverage report
run: |
Expand Down
2 changes: 1 addition & 1 deletion etc/environment-mpi4py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channels:
dependencies:
- numpy>=1.15.4
- scipy>=0.17.1
- matplotlib>=3.0
- matplotlib>=3.0,<=3.5.3
- dill>=0.2.6
- mpich
- mpi4py-fft>=2.0.2
Expand Down

0 comments on commit 4372c94

Please sign in to comment.