Skip to content

Commit 714bdb5

Browse files
committed
TST: don't build for osx-arm, no tests are run there
1 parent 2bc8932 commit 714bdb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

recipe/meta.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ build:
4646
skip: true # [py<39]
4747
# pypy is currently broken and on its way out anyway
4848
skip: true # [python_impl == "pypy"]
49+
# debug: we're not running tests on osx-arm; don't waste CI
50+
skip: true # [osx and arm64]
4951

5052
requirements:
5153
build:

0 commit comments

Comments
 (0)