Skip to content

Commit

Permalink
fix linux build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Nov 7, 2024
1 parent 21f8ace commit db9597c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux-x64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ jobs:
make -j$(nproc) && make install
cd ..
rm -rf build
export CUDAVER=$(nvcc --version | sed -n 's/^.*release \([0-9]\+\).*$/\1/p')
python setup.py bdist_wheel --cuda=${{ matrix.cudaver }} --plat-name $PLAT_NAME -d /tmp
python setup.py bdist_wheel --plat-name manylinux2014_x86_64 -d /tmp

0 comments on commit db9597c

Please sign in to comment.