diff options
author | Thomas Li <47963215+lithomas1@users.noreply.github.com> | 2022-02-21 09:05:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-21 09:05:36 -0800 |
commit | a1aa2ccff1ff481eaedd73c7c39677f60e9a4c30 (patch) | |
tree | 5bdb21d60a2dc8a221ad0da0fe00491cfdce87e6 | |
parent | e296a6ddae1767520d551d6e5e19897e9adf6d80 (diff) | |
download | numpy-a1aa2ccff1ff481eaedd73c7c39677f60e9a4c30.tar.gz |
comment out macos pypy builds [wheel build]
-rw-r--r-- | .github/workflows/wheels.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index e84da655b..9390b8081 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -67,9 +67,12 @@ jobs: # manylinux pypy builds - buildplat: [ubuntu-20.04, manylinux_x86_64] python: "pp38" - - - buildplat: [macos-10.15, macosx_x86_64] - python: "pp38" + + # TODO: Uncomment and bump cibuildwheel version + # once cibuildwheel adds PyPy 7.3.8 + # macOS pypy builds + #- buildplat: [macos-10.15, macosx_x86_64] + # python: "pp38" # Windows PyPy builds - buildplat: [windows-2019, win_amd64] |