From 03e18239f3e19595198ddfc20113efadd37bd4a4 Mon Sep 17 00:00:00 2001 From: nbouziani Date: Sun, 21 Jan 2024 01:28:09 +0000 Subject: [PATCH] Add deps in build block --- .github/workflows/python-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index c23e3af..c2b3a50 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -39,6 +39,7 @@ jobs: - name: Build a binary wheel and a source tarball shell: bash -l {0} run: | + python3 -m pip install numpy cython petsc petsc4py python3 -m build - name: Store the distribution packages uses: actions/upload-artifact@v3