mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
I'm an certainly not a monkey.
This commit is contained in:
parent
a759e2e7c5
commit
e6a4dbe7f5
4
.github/workflows/ci_build.yaml
vendored
4
.github/workflows/ci_build.yaml
vendored
@ -38,6 +38,6 @@ jobs:
|
|||||||
needs: build-matrix
|
needs: build-matrix
|
||||||
uses: ./.github/workflows/integration_tests.yaml # calls the one above ^
|
uses: ./.github/workflows/integration_tests.yaml # calls the one above ^
|
||||||
with:
|
with:
|
||||||
docker_image: ${{ jobs.build.outputs.docker_image }}
|
docker_image: ${{ needs.build.outputs.docker_image }}
|
||||||
docker_devices: ${{ jobs.build.outputs.docker_devices }}
|
docker_devices: ${{ needs.build.outputs.docker_devices }}
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
Reference in New Issue
Block a user