From: Pierrick Hymbert Date: Fri, 26 Apr 2024 07:27:49 +0000 (+0200) Subject: ci: server: fix python installation (#6918) X-Git-Tag: upstream/0.0.4488~1747 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=d4a9afc1009f0da88d04b2c5f672d81d5ae94675;p=pkg%2Fggml%2Fsources%2Fllama.cpp ci: server: fix python installation (#6918) --- diff --git a/.github/workflows/server.yml b/.github/workflows/server.yml index 499611b5..955fd9a5 100644 --- a/.github/workflows/server.yml +++ b/.github/workflows/server.yml @@ -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: |