]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci: server: fix python installation (#6918)
authorPierrick Hymbert <redacted>
Fri, 26 Apr 2024 07:27:49 +0000 (09:27 +0200)
committerGitHub <redacted>
Fri, 26 Apr 2024 07:27:49 +0000 (09:27 +0200)
.github/workflows/server.yml

index 499611b5a85c6a0942ca95e50a71897383857729..955fd9a5a924bae2cd157a3728aad0bc9e21f88d 100644 (file)
@@ -100,6 +100,12 @@ jobs:
               -DLLAMA_SANITIZE_${{ matrix.sanitizer }}=ON ;
           cmake --build . --config ${{ matrix.build_type }} -j $(nproc) --target server
 
+      - name: Python setup
+        id: setup_python
+        uses: actions/setup-python@v5
+        with:
+          python-version: '3.11'
+
       - name: Tests dependencies
         id: test_dependencies
         run: |