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