Skip to content

Commit 6145a99

Browse files
committed
[3.12] pythongh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (pythonGH-127365)
(cherry picked from commit b83be9c) Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 91399c3 commit 6145a99

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/reusable-macos.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
path: config.cache
3737
key: ${{ github.job }}-${{ inputs.os }}-${{ env.IMAGE_VERSION }}-${{ inputs.config_hash }}
3838
- name: Install Homebrew dependencies
39-
run: brew install pkg-config [email protected] xz gdbm tcl-tk
39+
run: |
40+
brew install pkg-config [email protected] xz gdbm tcl-tk@8
41+
# Because alternate versions are not symlinked into place by default:
42+
brew link tcl-tk@8
4043
- name: Configure CPython
4144
run: |
4245
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \

0 commit comments

Comments
 (0)