Skip to content

Commit da1ecc9

Browse files
committed
MAINT: Skip on osx for now
1 parent 281569c commit da1ecc9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

recipes/pyflowy/recipe.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,11 @@ build:
1818
skip:
1919
- if: python < 3.9
2020
then: true
21-
- win
21+
- if: win || osx
22+
then: true
2223
number: ${{ build_num }}
2324
string: h${{ hash }}_${{ build_num }}
2425
script:
25-
- if: osx
26-
then:
27-
- export CXXFLAGS="-stdlib=libc++ $CXXFLAGS"
28-
- export CXXFLAGS="${CXXFLAGS} -D_LIBCPP_DISABLE_AVAILABILITY"
29-
- ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
3026

3127
requirements:
3228
build:

0 commit comments

Comments
 (0)