Skip to content

Commit

Permalink
set python version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann authored Apr 7, 2024
1 parent 95d981b commit 8ea9723
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/branchbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
with:
submodules: 'true'

- uses: "actions/setup-python@v5"
with:
python-version: "3.12"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down Expand Up @@ -48,6 +52,10 @@ jobs:
steps:
- uses: "actions/checkout@v4"

- uses: "actions/setup-python@v5"
with:
python-version: "3.12"

- name: Install rapidfuzz-cpp
run: |
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
Expand Down Expand Up @@ -88,6 +96,10 @@ jobs:
steps:
- uses: "actions/checkout@v4"

- uses: "actions/setup-python@v5"
with:
python-version: "3.12"

- name: Install rapidfuzz-cpp
run: |
git clone https://github.com/rapidfuzz/rapidfuzz-cpp.git
Expand Down

0 comments on commit 8ea9723

Please sign in to comment.