8000 Install Python 3.12 on CI · python/python-docs-el@16dfbc6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16dfbc6

Browse files
committed
Install Python 3.12 on CI
1 parent 441d67a commit 16dfbc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/precommit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1616
with:
17-
submodules: "true"
17+
submodules: true
1818
fetch-depth: 2
1919
- name: Setup python
2020
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
2121
with:
22-
python-version: "3.x"
22+
python-version: 3.12
2323
- name: Install system deps
2424
run: |
2525
sudo apt-get update

0 commit comments

Comments
 (0)
0