Skip to content

Commit b5cf67a

Browse files
committed
Temp workflow edits
1 parent b8a909d commit b5cf67a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/runsuite_repeat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
"""CI/CD debug script"""
22

33

4+
import os
45
import subprocess
56
import time
67

78

89
def run():
910
for stepnum in range(10):
11+
print(f'[RUNSUITE_REPEAT] {os.getcwd()} :: {[os.path.exists("nbclassic"), os.path.exists("nbclassic/tests"), os.path.exists("nbclassic/tests/end_to_end"), os.path.exists("tools/runsuite_repeat.py")]}')
1012
proc = subprocess.run('pytest -sv nbclassic/tests/end_to_end')
1113
print(f'\n[RUNSUITE_REPEAT] Run {stepnum} -> {"Success" if proc.returncode == 0 else proc.returncode}\n')
1214

0 commit comments

Comments
 (0)