mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
Create the venv.
This commit is contained in:
parent
73ab6a5da1
commit
1987291593
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -44,6 +44,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install python3.11-dev -y
|
sudo apt install python3.11-dev -y
|
||||||
|
pip install -U pip uv
|
||||||
|
uv venv
|
||||||
|
source ./.venv/bin/activate
|
||||||
make install-cpu
|
make install-cpu
|
||||||
- name: Run server tests
|
- name: Run server tests
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user