Skip to content

Commit 307a762

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines 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 [email protected] xz gdbm tcl-tk
161+
run: |
162+
brew install pkg-config [email protected] 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)