Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
Adrien 2024-07-17 22:19:19 +02:00
parent abb843d697
commit 7d081e1b36
No known key found for this signature in database
GPG Key ID: 13A249A288DE0DAB

View File

@ -182,4 +182,4 @@ jobs:
export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE
pytest -s -vv integration-tests ${PYTEST_FLAGS}
pytest -x -s -vv integration-tests ${PYTEST_FLAGS}