mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Pulling ?
This commit is contained in:
parent
3f60230928
commit
2f2594bafe
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -202,4 +202,5 @@ jobs:
|
|||||||
export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"
|
export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"
|
||||||
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
||||||
echo $DOCKER_IMAGE
|
echo $DOCKER_IMAGE
|
||||||
|
docker pull $DOCKER_IMAGE
|
||||||
pytest -s -vvx integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}
|
pytest -s -vvx integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}
|
||||||
|
Loading…
Reference in New Issue
Block a user