mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
Fixing the test by activating the environment ?
This commit is contained in:
parent
4982b9c765
commit
df26ff1f13
3
.github/workflows/tests.yaml
vendored
3
.github/workflows/tests.yaml
vendored
@ -50,7 +50,8 @@ jobs:
|
||||
make install-cpu
|
||||
- name: Run server tests
|
||||
run: |
|
||||
pip install pytest
|
||||
source ./.venv/bin/activate
|
||||
uv pip install pytest
|
||||
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
||||
pytest -s -vv server/tests
|
||||
- name: Pre-commit checks
|
||||
|
Loading…
Reference in New Issue
Block a user