Skip to content

Commit

Permalink
try fresh build
Browse files Browse the repository at this point in the history
  • Loading branch information
md-arif-shaikh authored Sep 24, 2024
1 parent 1b273c2 commit e933695
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 @@ -43,7 +43,7 @@ jobs:
if: matrix.os == 'macos-latest'
run: |
brew install fftw
CFLAGS=" -L/opt/homebrew/lib " python -m pip install spinsfast
CFLAGS="-I/opt/homebrew/include" LDFLAGS="-L/opt/homebrew/lib" python -m pip install --no-binary :all: spinsfast
- name: Install pipenv
shell: bash -l {0}
Expand Down

0 comments on commit e933695

Please sign in to comment.