From 8ea97234de24272a162dc82441b4a5f23a324f6a Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Sun, 7 Apr 2024 22:29:46 +0200 Subject: [PATCH] set python version --- .github/workflows/branchbuild.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/branchbuild.yml b/.github/workflows/branchbuild.yml index dfc6dd22..ffa1da88 100644 --- a/.github/workflows/branchbuild.yml +++ b/.github/workflows/branchbuild.yml @@ -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 @@ -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 @@ -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