From 6a822bb78d4665945fcc6051bdf840abdc91f0a7 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Wed, 27 Nov 2024 15:02:14 +0000 Subject: [PATCH] fix workflow --- .../test-pytorch-xla-tpu-tgi-integration.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-pytorch-xla-tpu-tgi-integration.yml b/.github/workflows/test-pytorch-xla-tpu-tgi-integration.yml index a2cdefe..440b406 100644 --- a/.github/workflows/test-pytorch-xla-tpu-tgi-integration.yml +++ b/.github/workflows/test-pytorch-xla-tpu-tgi-integration.yml @@ -33,10 +33,15 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Install dependencies + # - name: Install dependencies + # run: | + # apt-get update -y + # apt-get install -y python3 python3-pip python-is-python3 + + - name: Install dependencies (container less) run: | - apt-get update -y - apt-get install -y python3 python3-pip python-is-python3 + sudo apt-get update -y + sudo apt-get install -y python3 python3-pip python-is-python3 # - name: Install dependencies + Build TGI server # run: |