diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fdec2ac..a0a4df4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -75,6 +75,13 @@ jobs: NP_BUILD_DEP: "numpy==1.17.3" # pandas 1.4 requires py3.8+, remove this job on 1.4 release NIGHTLY_BUILD: "false" + pypy_3.7_64: + MB_PYTHON_VERSION: "pypy3.7-7.3.5" + MB_ML_VER: "2014" + NP_BUILD_DEP: "numpy==1.17.3" + DOCKER_TEST_IMAGE: multibuild/xenial_{PLAT} + # pandas 1.4 requires py3.8+, remove this job on 1.4 release + NIGHTLY_BUILD: "false" py_3.8_32: MB_PYTHON_VERSION: "3.8" MB_ML_VER: "2014" diff --git a/azure/posix.yml b/azure/posix.yml index fa85371..57de97c 100644 --- a/azure/posix.yml +++ b/azure/posix.yml @@ -29,6 +29,7 @@ jobs: inputs: versionSpec: $(MB_PYTHON_VERSION) displayName: Set python version + condition: not(contains(variables['MB_PYTHON_VERSION'], 'pypy')) - bash: | set -e