Skip to content

Commit

Permalink
Try using Python 3.10 for MPI coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed May 1, 2024
1 parent 082fd3a commit 4d70396
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ jobs:
- install-mode: dev
python-version: "3.11" # choice of Python version is arbitrary among those in matrix
coverage: "true"
- install-mode: dev
python-version: "3.10"
mpi: "true"

steps:
Expand Down Expand Up @@ -101,7 +103,7 @@ jobs:
name: Collect coverage for MPI-using code
run: |
conda install --quiet --yes mpi4py
mpiexec -n 2 --use-hwthread-cpus \
mpiexec -n 2 \
coverage run --parallel-mode \
-m mpi4py -m pytest \
src/parameter_sweep/tests/test*parameter_sweep.py \
Expand Down

0 comments on commit 4d70396

Please sign in to comment.