Avoiding timeout for bloom tests.

This commit is contained in:
Nicolas Patry 2024-10-25 09:48:57 +02:00
parent db68bd0524
commit 0bd9171556
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -202,4 +202,6 @@ jobs:
export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"
export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE
# pull image to avoid timeout on some tests.
docker pull $DOCKER_IMAGE
pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}