We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d981b commit 8ea9723Copy full SHA for 8ea9723
.github/workflows/branchbuild.yml
@@ -16,6 +16,10 @@ jobs:
16
with:
17
submodules: 'true'
18
19
+ - uses: "actions/setup-python@v5"
20
+ with:
21
+ python-version: "3.12"
22
+
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
@@ -48,6 +52,10 @@ jobs:
48
52
steps:
49
53
- uses: "actions/checkout@v4"
50
54
55
56
57
58
51
59
- name: Install rapidfuzz-cpp
60
61
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
@@ -88,6 +96,10 @@ jobs:
88
96
89
97
90
98
99
100
101
102
91
103
92
104
93
105
0 commit comments