Skip to content

Commit

Permalink
remove mpi4py
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichao25 committed May 16, 2024
1 parent 36f599d commit 4af41ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,10 @@ jobs:
matrix:
python: [3.8, 3.9]
os: [ubuntu-20.04]
mpi:
- mpich
- openmpi
- intelmpi
name: Test on Python ${{ matrix.python }}
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Setup MPI (${{ matrix.mpi }})
uses: mpi4py/setup-mpi@v1
with:
mpi: ${{ matrix.mpi }}
- name: Setup python
uses: actions/setup-python@v4
with:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ leidenalg>=0.10.0
loompy>=3.0.5
mapclassify>=2.4.2
matplotlib<=3.5.3
mpi4py
nbconvert
networkx>=2.6.3
# ngs_tools>=1.6.0
Expand Down

0 comments on commit 4af41ca

Please sign in to comment.