Skip to content

Commit

Permalink
add python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 22, 2023
1 parent 720e31d commit 0a0665a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
compiler: gcc
version: 12

- name: Install python dependencies
run: python -m pip install numpy setuptools build

- name: Add meson
uses: BSFishy/meson-build@v1.0.3
with:
Expand Down

0 comments on commit 0a0665a

Please sign in to comment.