diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index fc647040..cbb3392a 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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