mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
No pytest.
This commit is contained in:
parent
67c0ff67ee
commit
2638bc0a2a
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -197,4 +197,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
|
||||||
pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}
|
python -c 'import docker; docker.containers.run("registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-318bbc7-rocm")'
|
||||||
|
# pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}
|
||||||
|
Loading…
Reference in New Issue
Block a user