Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

CI: Add PyPy job #143

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can switch to pypy-3.8 instead

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"
Expand Down
1 change: 1 addition & 0 deletions azure/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down