Skip to content
This repository was archived by the owner on Feb 2, 2024. It is now read-only.

Commit 56a87f6

Browse files
Attempt to get CI to work on macOS (#930)
* Attempt to get CI to work on macOS * Update meta.yaml (#931)
1 parent ee80555 commit 56a87f6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ build:
1616

1717
requirements:
1818
build:
19-
- {{ compiler('c') }}
20-
- {{ compiler('cxx') }}
19+
- {{ compiler('c') }} # [not osx]
20+
- {{ compiler('cxx') }} # [not osx]
2121
- wheel
2222
- python
2323

@@ -51,8 +51,8 @@ outputs:
5151
name: sdc
5252
requirements:
5353
build:
54-
- {{ compiler('c') }}
55-
- {{ compiler('cxx') }}
54+
- {{ compiler('c') }} # [not osx]
55+
- {{ compiler('cxx') }} # [not osx]
5656
- python
5757
- wheel
5858
- setuptools

0 commit comments

Comments
 (0)