mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Avoiding timeout for bloom tests.
This commit is contained in:
parent
db68bd0524
commit
0bd9171556
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user