Skip to content

Commit

Permalink
Merge pull request #237 from Sichao25/update
Browse files Browse the repository at this point in the history
Remove mpi4py
  • Loading branch information
Xiaojieqiu authored May 23, 2024
2 parents a39eee5 + 4af41ca commit a35651b
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 @@ -15,7 +15,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 a35651b

Please sign in to comment.