]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127408)
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Sat, 30 Nov 2024 16:38:29 +0000 (18:38 +0200)
committerGitHub <noreply@github.com>
Sat, 30 Nov 2024 16:38:29 +0000 (18:38 +0200)
.github/workflows/build.yml

index eecca69316f6f3ee7268cdc9860e4a4685c69074..8edf2d0f6cfb3765617e6cdcc5a78cd5b3ff0de2 100644 (file)
@@ -185,7 +185,10 @@ jobs:
     steps:
     - uses: actions/checkout@v4
     - name: Install Homebrew dependencies
-      run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
+      run: |
+        brew install pkg-config openssl@3.0 xz gdbm tcl-tk@8
+        # Because alternate versions are not symlinked into place by default:
+        brew link tcl-tk@8
     - name: Configure CPython
       run: |
         CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \