From 81054e0601c49cfe562a80745100504187597ca7 Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Sat, 22 Jul 2023 10:46:49 +0800 Subject: [PATCH] small fixes --- .github/workflows/windows-x64-cpu-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows-x64-cpu-wheels.yml b/.github/workflows/windows-x64-cpu-wheels.yml index 4145739..b75591f 100644 --- a/.github/workflows/windows-x64-cpu-wheels.yml +++ b/.github/workflows/windows-x64-cpu-wheels.yml @@ -48,6 +48,7 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.11.4 env: + CIBW_BEFORE_ALL: apt-get install cmake && cmake --version 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_REPAIR_WHEEL_COMMAND_WINDOWS: ""