Skip to content

Commit e43897c

Browse files
authored
[3.10] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127408)
1 parent 5f24da9 commit e43897c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ jobs:
185185
steps:
186186
- uses: actions/checkout@v4
187187
- name: Install Homebrew dependencies
188-
run: brew install pkg-config [email protected] xz gdbm tcl-tk
188+
run: |
189+
brew install pkg-config [email protected] xz gdbm tcl-tk@8
190+
# Because alternate versions are not symlinked into place by default:
191+
brew link tcl-tk@8
189192
- name: Configure CPython
190193
run: |
191194
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \

0 commit comments

Comments
 (0)