File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 - name : Set Python to PATH
4646 uses : actions/setup-python@v5
4747 with :
48- python-version : " 3.x "
48+ python-version : " 3.12 "
4949
5050 - name : Homebrew Python
5151 if : startsWith( matrix.os, 'macos')
@@ -248,7 +248,7 @@ jobs:
248248 if : startsWith( matrix.feature, 'ci-poetry')
249249 uses : actions/setup-python@v5
250250 with :
251- python-version : " 3.x "
251+ python-version : " 3.12 "
252252
253253 - name : Set Python 3.12 to PATH
254254 if : startsWith( matrix.feature, 'ci-poetry')
@@ -414,7 +414,7 @@ jobs:
414414 if : startsWith( matrix.image, 'homebrew')
415415 run : |
416416 # homebrew/brew:4.4.6 broke running `brew install` as root.
417- # As a workaround, running `brew update` and ignoring errors coming from it fixes `brew install`.
417+ # As a workaround, running `brew update` and ignoring errors coming from it fixes `brew install`.
418418 brew update || true
419419 brew install python@3.12 python@3.11
420420 shell : bash
You can’t perform that action at this time.
0 commit comments