Skip to content

Commit

Permalink
add job to test fftw install
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 2, 2024
1 parent 5d9e4ce commit 3521ed7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,8 @@ jobs:
- linux: py3-pyargs-xdist
- linux: py3-cov-xdist
coverage: codecov
test_brew_fftw:
runs-on: macos-latest
steps:
- run: brew install fftw
- run: ls -l $(brew --prefix fftw)

0 comments on commit 3521ed7

Please sign in to comment.