I"ve got a pacakge with a C python extension that is failing on PyPy – which does not surprise me. But I set it to skip PyPy – so why is it trying?
build:
number: 1007
script: "{{ PYTHON }} -m pip install . -vv"
skip: True # [py<39 or python_impl == 'pypy']
what am I missing?
jaimergp
(Jaime RGP)
2
Probably a missing rerender
Thanks! I think that was it – got confused 'cause it said it re-rendered, but the re-render failed, due to a PR from an org repo
Fixed that, and all good.
1 Like