Skip to content

Commit d7a9c37

Browse files
committed
Use system python on darwin
1 parent ba4c9ea commit d7a9c37

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/setup/python.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"packages": [
33
{
44
"path": "infra/3pp/tools/cpython3/${platform}",
5-
"platforms": ["mac-amd64", "windows-amd64"],
5+
"platforms": [
6+
"windows-amd64"
7+
],
68
"tags": ["version:2@3.11.9.chromium.35"]
79
}
810
]

0 commit comments

Comments
 (0)