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

BLD: No more 32-bit Linux wheels #164

Merged
merged 2 commits into from
Jan 1, 2022
Merged
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
19 changes: 0 additions & 19 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,36 +62,17 @@ jobs:
name: linux
vmImage: ubuntu-latest
matrix:
py_3.7_32:
MB_PYTHON_VERSION: "3.7"
MB_ML_VER: "2014"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.17.3"
# pandas 1.4 requires py3.8+, remove this job on 1.4 release
NIGHTLY_BUILD: "false"
py_3.7_64:
MB_PYTHON_VERSION: "3.7"
MB_ML_VER: "2014"
NP_BUILD_DEP: "numpy==1.17.3"
# 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"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.17.3"
NIGHTLY_BUILD: "true"
py_3.8_64:
MB_PYTHON_VERSION: "3.8"
MB_ML_VER: "2014"
NP_BUILD_DEP: "numpy==1.17.3"
NIGHTLY_BUILD: "true"
py_3.9_32:
MB_PYTHON_VERSION: "3.9"
MB_ML_VER: "2014"
PLAT: "i686"
NP_BUILD_DEP: "numpy==1.19.3"
NIGHTLY_BUILD: "true"
py_3.9_64:
MB_PYTHON_VERSION: "3.9"
MB_ML_VER: "2014"
Expand Down