Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
Adrien 2024-07-18 18:05:27 +02:00
parent 1ed8856f61
commit bac5fda4bc
No known key found for this signature in database
GPG Key ID: 13A249A288DE0DAB

View File

@ -210,6 +210,7 @@ jobs:
export DOCKER_IMAGE=registry-us-east-1.prod.aws.ci.huggingface.tech/api-inference/community/text-generation-inference:sha-c55c43e export DOCKER_IMAGE=registry-us-east-1.prod.aws.ci.huggingface.tech/api-inference/community/text-generation-inference:sha-c55c43e
export HF_TOKEN=${{ secrets.HF_TOKEN }} export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE echo $DOCKER_IMAGE
docker pull $DOCKER_IMAGE
pytest -x -s -vv integration-tests ${PYTEST_FLAGS} pytest -x -s -vv integration-tests ${PYTEST_FLAGS}
- name: Setup tmate session - name: Setup tmate session
if: ${{ failure() }} if: ${{ failure() }}