Commit 1c679302 authored by Yan Yan's avatar Yan Yan
Browse files

debug CI

parent c87c2a5a
......@@ -48,9 +48,9 @@ jobs:
$Env:CUMM_CUDA_ARCH_LIST = "all"
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
git clone -b cuda-$CUMM_CUDA_VERSION https://github.com/NVIDIA/thrust $HOME/thrust_git
git clone -b cuda-${{ matrix.cuda-version }} https://github.com/NVIDIA/thrust $HOME/thrust_git
ls $HOME/thrust_git/thrust
ls "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v$CUMM_CUDA_VERSION\include\thrust"
ls "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda-version }}\include\thrust"
$Env:CUMM_THRUST_INCLUDE = "$HOME/thrust_git"
python -m build --wheel --outdir dist/ .
shell: powershell
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment