From 2b4619af77300d1856b55d76d2055d9a311dce88 Mon Sep 17 00:00:00 2001 From: Vasily Shamporov Date: Wed, 28 Aug 2024 11:39:29 +0200 Subject: [PATCH] Use python 3.9 for llama.cpp plugin test step --- .github/workflows/llama_cpp_plugin_build_and_test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/llama_cpp_plugin_build_and_test.yml b/.github/workflows/llama_cpp_plugin_build_and_test.yml index ae239085d..19590dfa2 100644 --- a/.github/workflows/llama_cpp_plugin_build_and_test.yml +++ b/.github/workflows/llama_cpp_plugin_build_and_test.yml @@ -46,6 +46,11 @@ jobs: needs: build_ubuntu20 runs-on: ubuntu-20.04 steps: + - name: Set up Python 3.9 + uses: actions/setup-python@39cd149 # v5.1.1 + with: + python-version: "3.9" + - name: Download build artifacts uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: