Skip to content

Commit

Permalink
ci: install fftw3 before building
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jun 13, 2024
1 parent 93d5c47 commit bd8cf68
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python_skbuild_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build Python wheels (skbuild)

on: [push, pull_request]

Expand All @@ -13,6 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install fftw
run: |
sudo apt-get install -y libfftw3-dev
- name: Build wheels
uses: pypa/[email protected]

Expand Down

0 comments on commit bd8cf68

Please sign in to comment.