Skip to content

Commit 6640b56

Browse files
committed
tc
1 parent 86a56c3 commit 6640b56

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/actions/reuse-old-whl/reuse_old_whl.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ def can_reuse_whl(args: argparse.Namespace) -> bool:
248248
print("Issue #153759 is open, rebuild whl")
249249
return False
250250

251-
if not check_changed_files(get_merge_base()):
252-
print("Cannot use old whl due to the changed files, rebuild whl")
253-
return False
251+
# if not check_changed_files(get_merge_base()):
252+
# print("Cannot use old whl due to the changed files, rebuild whl")
253+
# return False
254254

255255
workflow_id = get_workflow_id(args.run_id)
256256
if workflow_id is None:

torch/testing/_internal/common_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3320,6 +3320,7 @@ def run(self, result=None):
33203320
def setUp(self):
33213321
check_if_enable(self)
33223322
set_rng_seed(SEED)
3323+
assert 1 == 2
33233324

33243325
# Save global check sparse tensor invariants state that can be
33253326
# restored from tearDown:

0 commit comments

Comments
 (0)