Integrations tests not in docker.

This commit is contained in:
Nicolas Patry 2024-06-04 23:22:36 +00:00
parent c80ef89db6
commit b6494b91c4

View File

@ -169,7 +169,6 @@ jobs:
make install-integration-tests
- name: Run tests
run: |
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}-intel
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
pytest -s -vv integration-tests