We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc8932 commit 714bdb5Copy full SHA for 714bdb5
recipe/meta.yaml
@@ -46,6 +46,8 @@ build:
46
skip: true # [py<39]
47
# pypy is currently broken and on its way out anyway
48
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]
51
52
requirements:
53
build:
0 commit comments