small fixes

This commit is contained in:
Fangjun Kuang 2023-07-22 10:40:28 +08:00
parent 64d4664d41
commit 590fe552d9

View File

@ -48,7 +48,7 @@ jobs:
- name: Build wheels - name: Build wheels
uses: pypa/cibuildwheel@v2.11.4 uses: pypa/cibuildwheel@v2.11.4
env: env:
CIBW_BEFORE_BUILD: pip install torch==${{ matrix.torch}}+cpu -f https://download.pytorch.org/whl/torch_stable.html cmake numpy CIBW_BEFORE_BUILD: pip install torch==${{ matrix.torch}}+cpu -f https://download.pytorch.org/whl/torch_stable.html cmake numpy && cmake --version
CIBW_BUILD: ${{ matrix.python-version }}-win_amd64 CIBW_BUILD: ${{ matrix.python-version }}-win_amd64
CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: "" CIBW_REPAIR_WHEEL_COMMAND_WINDOWS: ""
CIBW_BUILD_VERBOSITY: 3 CIBW_BUILD_VERBOSITY: 3