mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
sleep to connect to the CI runner
This commit is contained in:
parent
36a9bddde4
commit
45d24bea52
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -218,6 +218,7 @@ jobs:
|
||||
run: |
|
||||
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}
|
||||
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
||||
sleep 1h
|
||||
pytest -s -vv integration-tests
|
||||
|
||||
stop-runner:
|
||||
|
Loading…
Reference in New Issue
Block a user