mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
add debug
Signed-off-by: Adrien <adrien@huggingface.co>
This commit is contained in:
parent
e77eff6fa1
commit
a76aed4f72
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -183,3 +183,7 @@ jobs:
|
|||||||
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
export HF_TOKEN=${{ secrets.HF_TOKEN }}
|
||||||
echo $DOCKER_IMAGE
|
echo $DOCKER_IMAGE
|
||||||
pytest -x -s -vv integration-tests ${PYTEST_FLAGS}
|
pytest -x -s -vv integration-tests ${PYTEST_FLAGS}
|
||||||
|
- name: Setup tmate session
|
||||||
|
if: ${{ failure() }}
|
||||||
|
uses: mxschmitt/action-tmate@v3
|
||||||
|
timeout-minutes: 30
|
||||||
|
Loading…
Reference in New Issue
Block a user