Skip to content

Commit

Permalink
[ci] Deactivate ubuntu+mpich: MPICH seems broken
Browse files Browse the repository at this point in the history
  • Loading branch information
BerengerBerthoul committed Jan 17, 2025
1 parent b850d0d commit 8570a58
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
pylint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: mpi4py/setup-mpi@v1
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: Install dependencies
Expand Down Expand Up @@ -67,12 +67,19 @@ jobs:
mpi: intelmpi
- os: ubuntu-latest
mpi: msmpi
# mpich seems broken on Ubuntu
- os: ubuntu-latest
py-version: 3.8
mpi: mpich
- os: ubuntu-latest
py-version: 3.9
mpi: mpich
- os: ubuntu-latest
py-version: 3.10
mpi: mpich
- os: ubuntu-latest
py-version: 3.11
mpi: mpich
name: ${{ matrix.mpi }} - ${{matrix.py-version}} - ${{matrix.os}}
steps:
- name: Checkout
Expand Down

0 comments on commit 8570a58

Please sign in to comment.