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

BLD: Actually make universal2 wheels #169

Merged
merged 1 commit into from
Jan 6, 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
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
NIGHTLY_BUILD: "true"
py_3.8_universal2:
MB_PYTHON_VERSION: "3.8"
PLAT: universal2
NP_BUILD_DEP: "numpy==1.17.3"
NIGHTLY_BUILD: "true"
py_3.9_64:
Expand All @@ -88,6 +89,7 @@ jobs:
NIGHTLY_BUILD: "true"
py_3.9_universal2:
MB_PYTHON_VERSION: "3.9"
PLAT: universal2
NP_BUILD_DEP: "numpy==1.19.3"
NIGHTLY_BUILD: "true"
py_3.10_64:
Expand Down