Skip to content

Commit dba5697

Browse files
phymbertnopperl
authored andcommitted
ci: server: fix python installation (ggml-org#6918)
1 parent 9b908c1 commit dba5697

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/server.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ jobs:
100100
-DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON ;
101101
cmake --build . --config ${{ matrix.build_type }} -j $(nproc) --target server
102102
103+
- name: Python setup
104+
id: setup_python
105+
uses: actions/setup-python@v5
106+
with:
107+
python-version: '3.11'
108+
103109
- name: Tests dependencies
104110
id: test_dependencies
105111
run: |

0 commit comments

Comments
 (0)