Skip to content

Commit 7531a3f

Browse files
committed
version
1 parent 6c5f25a commit 7531a3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pr-check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
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

0 commit comments

Comments
 (0)