Skip to content

Commit

Permalink
Attempt to fix petsc4py install
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 20, 2024
1 parent 6db8321 commit db9a27d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
python3 -m
pip install
build
pip install mpi4py
pip install numpy
pip install petsc
pip install petsc4py
pip install cython
--user
- name: Build a binary wheel and a source tarball
run: python3 -m build
Expand Down

0 comments on commit db9a27d

Please sign in to comment.