Skip to content

Commit a7ef963

Browse files
[CI] Enable inductor/test_compile_subprocess.py (#4928)
Signed-off-by: Whitney Tsang <[email protected]>
1 parent a6572fb commit a7ef963

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/inductor-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ env:
5050
inductor/test_aot_inductor.py
5151
inductor/test_select_algorithm.py
5252
inductor/test_max_autotune.py
53-
# FIXME: enable them later
54-
# inductor/test_compile_subprocess.py
53+
inductor/test_compile_subprocess.py
5554
5655
jobs:
5756
compute-params:

.github/workflows/try-latest-pytorch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,7 @@ jobs:
9595
inductor/test_aot_inductor.py
9696
inductor/test_select_algorithm.py
9797
inductor/test_max_autotune.py
98-
# FIXME: enable them later
99-
# inductor/test_compile_subprocess.py
98+
inductor/test_compile_subprocess.py
10099
runner_label: ${{ inputs.runner_label }}
101100
python_version: "3.9"
102101

0 commit comments

Comments
 (0)