Skip to content

Commit fcd7e99

Browse files
committed
Debugging github actions failure
1 parent a36e4a9 commit fcd7e99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/functional/test_python_option.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ def test_python_interpreter(
1414
env_path = os.fsdecode(tmpdir / "venv")
1515
env = EnvBuilder(with_pip=False)
1616
env.create(env_path)
17+
for f in (tmpdir/"venv").rglob("*"):
18+
print(f)
1719

1820
result = script.pip("--python", env_path, "list", "--format=json")
1921
assert json.loads(result.stdout) == []

0 commit comments

Comments
 (0)