Skip to content

Commit

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

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

- name: Add meson
uses: BSFishy/meson-build@v1.0.3
with:
action: build
# - name: Add meson
# uses: BSFishy/meson-build@v1.0.3
# with:
# action: build

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
Expand Down

0 comments on commit 0cc564d

Please sign in to comment.