Skip to content

Commit

Permalink
Remove the pin on mpi4py
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth committed Oct 26, 2023
1 parent 19fb8c6 commit 8a862d0
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ RUN micromamba install -y -n base -c conda-forge \
coverage">=7.1.0" \
mpich \
petsc"<=3.19" \
mpi4py"<=3.1.4" \
python=3.11 && \
micromamba clean --all --yes

Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test_demos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
gmsh>=4.8
matplotlib
petsc<=3.19
mpi4py<=3.1.4
python=3.11
- name: Install package
Expand Down Expand Up @@ -70,7 +69,6 @@ jobs:
mpich
matplotlib
petsc<=3.19
mpi4py<=3.1.4
python=3.11
- name: Install package
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
pytest>=7.2.0
gmsh>=4.8
petsc<=3.19
mpi4py<=3.1.4
- name: Install package
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
pytest>=7.2.0
gmsh>=4.8
petsc<=3.19
mpi4py<=3.1.4
${{ matrix.mpi }}
python=${{ matrix.python-version }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/tests_serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
pytest>=7.2.0
gmsh>=4.8
petsc<=3.19
mpi4py<=3.1.4
python=${{ matrix.python-version }}
- name: Install package
Expand Down

0 comments on commit 8a862d0

Please sign in to comment.