Skip to content

Commit

Permalink
ci: server: fix python installation (#6918)
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert authored Apr 26, 2024
1 parent 7d641c2 commit d4a9afc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d4a9afc

Please sign in to comment.