Skip to content

Commit 01b2cd0

Browse files
committed
Add Python debugging to workflow
1 parent bf16f48 commit 01b2cd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workflows/p1b1_random/swift/random-sweep.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ app (void o) make_dir(string dirname) {
3131
}
3232

3333

34+
printf("PYTHONPATH: %s", getenv("PYTHONPATH"));
35+
printf("PYTHONHOME: %s", getenv("PYTHONHOME"));
36+
3437
// ===== The program proper ==============================================
3538
string turbine_output = getenv("TURBINE_OUTPUT");
3639
float results[string];

0 commit comments

Comments
 (0)