Skip to content

Commit 7eb8671

Browse files
committed
Get more info
1 parent afabbe5 commit 7eb8671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_workflow.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ def test_whole_workflow(tmpdir):
237237
)
238238
with open("requirements.txt", "w") as fd:
239239
fd.write(f"{str(bench_runner_checkout)}\n")
240+
print(list(Path().iterdir()))
240241
subprocess.check_call(
241242
[
242243
str(binary),

0 commit comments

Comments
 (0)