Skip to content

Commit db9597c

Browse files
committed
fix linux build workflow
1 parent 21f8ace commit db9597c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux-x64-gpu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,4 @@ jobs:
5858
make -j$(nproc) && make install
5959
cd ..
6060
rm -rf build
61-
export CUDAVER=$(nvcc --version | sed -n 's/^.*release \([0-9]\+\).*$/\1/p')
62-
python setup.py bdist_wheel --cuda=${{ matrix.cudaver }} --plat-name $PLAT_NAME -d /tmp
61+
python setup.py bdist_wheel --plat-name manylinux2014_x86_64 -d /tmp

0 commit comments

Comments
 (0)