Skip to content

Commit 275e4ff

Browse files
authored
build_script.py: use python3 by default (#449)
We're seeing sporadic CI failures, since apparently some nodes don't have `python` symlinking to a correct Python version. Changing this to `python3` will also make it consistent with the rest of the Python scripts in the Swift project.
1 parent 67488b5 commit 275e4ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# build_script.py - Build, install, and test XCTest -*- python -*-
33
#
44
# This source file is part of the Swift.org open source project

0 commit comments

Comments
 (0)