diff --git a/.github/workflows/ubuntu-cuda-wheels.yml b/.github/workflows/ubuntu-cuda-wheels.yml index b731926..073b239 100644 --- a/.github/workflows/ubuntu-cuda-wheels.yml +++ b/.github/workflows/ubuntu-cuda-wheels.yml @@ -79,6 +79,9 @@ jobs: which nvcc nvcc --version + cp /var/www/scripts/github_actions/install_torch.sh . + chmod +x install_torch.sh + /var/www/scripts/github_actions/build-ubuntu-cuda.sh - name: Display wheels