Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 307a762

Browse filesBrowse files
authored
[3.9] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127409)
1 parent fb0b642 commit 307a762
Copy full SHA for 307a762

File tree

Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-1
lines changed

‎.github/workflows/build.yml

Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,10 @@ jobs:
158158
steps:
159159
- uses: actions/checkout@v4
160160
- name: Install Homebrew dependencies
161-
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
161+
run: |
162+
brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
163+
# Because alternate versions are not symlinked into place by default:
164+
brew link tcl-tk@8
162165
- name: Configure CPython
163166
run: |
164167
CC=clang \

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.