We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afabbe5 commit 7eb8671Copy full SHA for 7eb8671
1 file changed
tests/test_workflow.py
@@ -237,6 +237,7 @@ def test_whole_workflow(tmpdir):
237
)
238
with open("requirements.txt", "w") as fd:
239
fd.write(f"{str(bench_runner_checkout)}\n")
240
+ print(list(Path().iterdir()))
241
subprocess.check_call(
242
[
243
str(binary),
0 commit comments