mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[CI] disable pypy wheel (continued) (#2424)
there's a typo in the previous commit
This commit is contained in:
4
.github/workflows/wheels.yml
vendored
4
.github/workflows/wheels.yml
vendored
@@ -46,8 +46,8 @@ jobs:
|
||||
export CIBW_MANYLINUX_X86_64_IMAGE="quay.io/pypa/manylinux2014_x86_64:latest"
|
||||
#export CIBW_MANYLINUX_PYPY_X86_64_IMAGE="quay.io/pypa/manylinux2014_x86_64:latest"
|
||||
export CIBW_BEFORE_BUILD="pip install cmake;"
|
||||
export CIBW_SKIP="{cp}{35,36}-*"
|
||||
export CIBW_BUILD="{cp}3*-manylinux_x86_64"
|
||||
export CIBW_SKIP="cp{35,36}-*"
|
||||
export CIBW_BUILD="cp3*-manylinux_x86_64"
|
||||
python3 -m cibuildwheel python --output-dir wheelhouse
|
||||
|
||||
- name: Install Azure CLI
|
||||
|
||||
Reference in New Issue
Block a user