Skip to content

Commit

Permalink
try brew
Browse files Browse the repository at this point in the history
  • Loading branch information
md-arif-shaikh authored May 30, 2024
1 parent c49cffc commit 813cb42
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,13 @@ jobs:
- name: Install dependencies
shell: bash -l {0}
run: |
pip install pytest nbconvert ipykernel pyfftw3
pip install pytest nbconvert ipykernel
- name: Install fftw for macos
if: matrix.os == 'macos-latest'
run: |
brew install fftw
CFLAGS=" -L/opt/homebrew/lib " python -m pip install spinsfast
- name: Install pipenv
shell: bash -l {0}
Expand Down

0 comments on commit 813cb42

Please sign in to comment.