Skip to content

Commit

Permalink
Add mpi4py to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 20, 2024
1 parent 931f210 commit ee05506
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
python3 -m
pip install
build
pip install mpi4py
pip install numpy
pip install Cython==3.0.8
pip install petsc petsc4py
pip install cython
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
Expand Down

0 comments on commit ee05506

Please sign in to comment.