diff --git a/.github/workflows/build-test-reusable.yml b/.github/workflows/build-test-reusable.yml index b12c009b87..78d0cffb1d 100644 --- a/.github/workflows/build-test-reusable.yml +++ b/.github/workflows/build-test-reusable.yml @@ -329,14 +329,6 @@ jobs: export PYTEST_MAX_PROCESSES=4 ${{ env.TRITON_TEST_CMD }} --triton-kernels - # FIXME: make sure new tutorials are added to one of the groups (scaled_dot, rest, tutorial-faX) - - name: Select tutorials to run (scaled_dot) - if: matrix.suite == 'scaled_dot' - run: | - cat <