diff --git a/.github/workflows/gpu-tests.yml b/.github/workflows/gpu-tests.yml index 921d18be4e6..277338f1079 100644 --- a/.github/workflows/gpu-tests.yml +++ b/.github/workflows/gpu-tests.yml @@ -120,9 +120,9 @@ jobs: docker exec -t pthd /bin/bash -c "${script}" - name: Debug with tmate uses: mxschmitt/action-tmate@v3 - shell: bash with: sudo: false + shell: bash - name: Run GPU Unit Tests continue-on-error: false uses: nick-fields/retry@v2.9.0