ci: server: fix python installation

This commit is contained in:
Pierrick HYMBERT 2024-04-26 09:20:17 +02:00
parent 46e12c4692
commit 10d1e7b4ba

View 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: |