Skip to content

Commit

Permalink
Use python 3.9 for llama.cpp plugin test step
Browse files Browse the repository at this point in the history
  • Loading branch information
vshampor committed Aug 28, 2024
1 parent e6eb43a commit 2b4619a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/llama_cpp_plugin_build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2b4619a

Please sign in to comment.