Skip to content

Commit d60a7dc

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/llama_cpp_plugin_build_and_test.yml

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- 'modules/llama_cpp_plugin/**'
7+
- '.github/workflows/llama_cpp_plugin_build_and_test.yml'
78

89
permissions: read-all
910

@@ -46,6 +47,11 @@ jobs:
4647
needs: build_ubuntu20
4748
runs-on: ubuntu-20.04
4849
steps:
50+
- name: Set up Python 3.9
51+
uses: actions/setup-python@39cd149 # v5.1.1
52+
with:
53+
python-version: "3.9"
54+
4955
- name: Download build artifacts
5056
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
5157
with:

0 commit comments

Comments
 (0)