Skip to content

Commit df2516f

Browse files
committed
fix: Remove unnecessary FFTW uninstallation step in macOS ARM toolchain setup
1 parent a38765d commit df2516f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci-and-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,6 @@ jobs:
136136
run: |
137137
set -eux
138138
brew install libomp boost cmake ninja || true
139-
brew uninstall fftw || true
140139
bash ci/macos_arm_fftw.sh
141140
142141
- name: Build wheels with cibuildwheel

0 commit comments

Comments
 (0)