Skip to content

Commit 8ea9723

Browse files
authored
set python version
1 parent 95d981b commit 8ea9723

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/branchbuild.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
with:
1717
submodules: 'true'
1818

19+
- uses: "actions/setup-python@v5"
20+
with:
21+
python-version: "3.12"
22+
1923
- name: Install dependencies
2024
run: |
2125
python -m pip install --upgrade pip
@@ -48,6 +52,10 @@ jobs:
4852
steps:
4953
- uses: "actions/checkout@v4"
5054

55+
- uses: "actions/setup-python@v5"
56+
with:
57+
python-version: "3.12"
58+
5159
- name: Install rapidfuzz-cpp
5260
run: |
5361
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
@@ -88,6 +96,10 @@ jobs:
8896
steps:
8997
- uses: "actions/checkout@v4"
9098

99+
- uses: "actions/setup-python@v5"
100+
with:
101+
python-version: "3.12"
102+
91103
- name: Install rapidfuzz-cpp
92104
run: |
93105
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git

0 commit comments

Comments
 (0)