From db9a27d7f46b978175d1a2177264409134e7b5fb Mon Sep 17 00:00:00 2001 From: nbouziani Date: Sat, 20 Jan 2024 23:39:09 +0000 Subject: [PATCH] Attempt to fix petsc4py install --- .github/workflows/python-publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 39a467b..0a96242 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -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