diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index b22b989bf..41932259f 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -88,7 +88,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Build wheel for Python ${{ matrix.python-version }} and CUDA ${{ matrix.cuda-version }} - if: github.event_name != 'push' || (matrix.cuda-version != '12.4' && matrix.cuda-version != '12.8') + if: github.event_name != 'push' || (matrix.cuda-version != '11.8') run: | cd sgl-kernel chmod +x ./build.sh