Skip to content

Commit fa6e81d

Browse files
committed
add cuda bin to path before install
1 parent 3b3d154 commit fa6e81d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ jobs:
126126
env:
127127
TORCHSORT_VERSION_SUFFIX: "+${{ matrix.include-combo.cuda-version }}-torch${{ matrix.include-combo.torch-version }}"
128128
run: |
129+
export PATH=/usr/local/cuda/bin:$PATH
129130
export FORCE_CUDA=1
130131
export TORCH_CUDA_ARCH_LIST="3.5;5.0+PTX;6.0;7.0;7.5;8.0;8.6"
131132
TORCH_VERSION=`echo "pt${{ matrix.include-combo.torch-version }}" | sed "s/..$//" | sed "s/\.//g"`

0 commit comments

Comments
 (0)