mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Trailing slash ?
This commit is contained in:
parent
4e3c272e44
commit
8ec1b998a4
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -188,7 +188,7 @@ jobs:
|
||||
make install-integration-tests
|
||||
- name: Run tests
|
||||
run: |
|
||||
export DOCKER_VOLUME=/mnt/cache
|
||||
export DOCKER_VOLUME=/mnt/cache/
|
||||
export DOCKER_IMAGE=${{ needs.build-and-push.outputs.docker_image }}
|
||||
export DOCKER_DEVICES=${{ needs.build-and-push.outputs.docker_devices }}
|
||||
export EXTRA_PYTEST="${{ needs.build-and-push.outputs.extra_pytest }}"
|
||||
|
Loading…
Reference in New Issue
Block a user