From f5c0f2b4aada259d9a6cd7ef54c65af71d8f5ad2 Mon Sep 17 00:00:00 2001 From: taoboyang <a510469540@vip.qq.com> Date: Wed, 13 Dec 2023 16:20:27 +0800 Subject: [PATCH] Hot fix for gpu build wheel pipeline --- .github/workflows/build_wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index 4fedf0a1..050759e3 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -69,6 +69,7 @@ jobs: CMAKE_BUILD_PARALLEL_LEVEL=${{ steps.set_env.outputs.count }} GIT_SHA=${{ github.sha }} DEVICE=${{ matrix.device }} + CUDA_PATH=/usr/local/cuda SCRIPT_EXEC_MODE=x86 CIBW_BUILD_VERBOSITY: 1 CIBW_BUILD: ${{ matrix.py_ver_prefix }}-*