Skip to content

Commit 33bcbd8

Browse files
committed
Try setting environment variable to resolve FFTW build issue
1 parent e1df63a commit 33bcbd8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
- os: macos-latest
3434
python-version: "3.8"
3535
fail-fast: false
36+
env:
37+
CMAKE_POLICY_VERSION_MINIMUM: 3.5
3638

3739
steps:
3840
- name: Checkout Source

0 commit comments

Comments
 (0)