Skip to content

Commit

Permalink
Add deps in build block
Browse files Browse the repository at this point in the history
  • Loading branch information
nbouziani committed Jan 21, 2024
1 parent dc22fa7 commit 03e1823
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 03e1823

Please sign in to comment.