Skip to content

Commit 1d5fa15

Browse files
authored
Resolve errors in building test dependencies (#293)
* Fetch tags in checkout action to have version inferred correctly * Try setting environment variable to resolve FFTW build issue
1 parent 6d55715 commit 1d5fa15

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ 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
3941
uses: actions/checkout@v4.2.2
42+
with:
43+
fetch-depth: 0
44+
fetch-tags: true
4045

4146
- name: Set up Python ${{ matrix.python-version }}
4247
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)