Skip to content

Commit 2b4619a

Browse files
committed
Use python 3.9 for llama.cpp plugin test step
1 parent e6eb43a commit 2b4619a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/llama_cpp_plugin_build_and_test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
needs: build_ubuntu20
4747
runs-on: ubuntu-20.04
4848
steps:
49+
- name: Set up Python 3.9
50+
uses: actions/setup-python@39cd149 # v5.1.1
51+
with:
52+
python-version: "3.9"
53+
4954
- name: Download build artifacts
5055
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
5156
with:

0 commit comments

Comments
 (0)