Skip to content

Commit 1159c1e

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

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

recipes/pyflowy/recipe.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,10 @@ build:
1919
- if: python < 3.9
2020
then: true
2121
- win
22+
- osx
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"
2926
- ${{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
3027

3128
requirements:

0 commit comments

Comments
 (0)