Skip to content

Commit 69a5b80

Browse files
committed
cleanup
1 parent cf84737 commit 69a5b80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.evergreen/scripts/run_tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ def handle_aws_lambda() -> None:
143143

144144

145145
def run() -> None:
146+
# Add diagnostic for python version.
147+
print("Running with python", sys.version)
148+
146149
# List the installed packages.
147150
list_packages()
148151

0 commit comments

Comments
 (0)