diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 8bbe9011..7483fc9a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -42,7 +42,8 @@ test: - run_test_suite.py commands: - f2py -h - - python run_test_suite.py + - python run_test_suite.py # [not (ppc64le and python_impl == "pypy")] + - pypy3 --jit off run_test_suite.py # [ppc64le and python_impl == "pypy"] imports: - numpy - numpy.core.multiarray