diff --git a/.github/workflows/build_wheel_cuda.yml b/.github/workflows/build_wheel_cuda.yml index 92a21e27f6..f3543380ba 100644 --- a/.github/workflows/build_wheel_cuda.yml +++ b/.github/workflows/build_wheel_cuda.yml @@ -1,3 +1,6 @@ +# An attempt at a workflow for building a python wheel for cuda. The cuda-toolkit action doesn't ever seem to work, +# but it needs to happen in the manylinux container anyway. And manually installing the cuda toolkit doesn't work either. + name: Build python wheels - cuda on: