mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
If conditional wrong ?
This commit is contained in:
parent
97aad8930f
commit
a00d00a6e8
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -124,16 +124,16 @@ jobs:
|
||||
cache-from: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache${{ matrix.label }},mode=min
|
||||
cache-to: type=registry,ref=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:cache${{ matrix.label }},mode=min
|
||||
- name: Set up Python
|
||||
if: ${{ matrix.name }} == "cuda"
|
||||
if: matrix.name == "cuda"
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.9
|
||||
- name: Install
|
||||
if: ${{ matrix.name }} == "cuda"
|
||||
if: matrix.name == "cuda"
|
||||
run: |
|
||||
make install-integration-tests
|
||||
- name: Run tests
|
||||
if: ${{ matrix.name }} == "cuda"
|
||||
if: matrix.name == "cuda"
|
||||
run: |
|
||||
export DOCKER_VOLUME=/mnt/cache
|
||||
export DOCKER_IMAGE=registry.internal.huggingface.tech/api-inference/community/text-generation-inference:sha-${{ env.GITHUB_SHA_SHORT }}
|
||||
|
Loading…
Reference in New Issue
Block a user