Skip to content

Commit

Permalink
fix spinsfast installation
Browse files Browse the repository at this point in the history
  • Loading branch information
md-arif-shaikh authored Sep 24, 2024
1 parent 3447cb4 commit e3363da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install fftw
CFLAGS=" -L/opt/homebrew/lib " python -m pip install spinsfast
CFLAGS=" -L/opt/homebrew/lib " python -m pip install spinsfast --no-cache-dir
- name: Install pipenv
shell: bash -l {0}
Expand Down

0 comments on commit e3363da

Please sign in to comment.