diff --git a/.github/workflows/inductor-tests.yml b/.github/workflows/inductor-tests.yml index 1d2f9e316a..4b18e1b269 100644 --- a/.github/workflows/inductor-tests.yml +++ b/.github/workflows/inductor-tests.yml @@ -52,6 +52,7 @@ env: inductor/test_select_algorithm.py inductor/test_max_autotune.py inductor/test_compile_subprocess.py + inductor/test_analysis.py jobs: compute-params: diff --git a/.github/workflows/try-latest-pytorch.yml b/.github/workflows/try-latest-pytorch.yml index b0060980f6..534fc29e33 100644 --- a/.github/workflows/try-latest-pytorch.yml +++ b/.github/workflows/try-latest-pytorch.yml @@ -96,6 +96,7 @@ jobs: inductor/test_select_algorithm.py inductor/test_max_autotune.py inductor/test_compile_subprocess.py + inductor/test_analysis.py runner_label: ${{ inputs.runner_label }} python_version: "3.10"