From 6e14b5408e2bb610bb58d13c1ab622f92531d6c0 Mon Sep 17 00:00:00 2001 From: Baptiste Date: Tue, 7 Jan 2025 11:37:04 +0000 Subject: [PATCH] fix --- .github/workflows/test-pytorch-xla-tpu-tgi-integration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-pytorch-xla-tpu-tgi-integration.yml b/.github/workflows/test-pytorch-xla-tpu-tgi-integration.yml index 75ae4f42..e84074ea 100644 --- a/.github/workflows/test-pytorch-xla-tpu-tgi-integration.yml +++ b/.github/workflows/test-pytorch-xla-tpu-tgi-integration.yml @@ -35,8 +35,8 @@ jobs: - name: Install Python run: | - apt-get update -y - apt-get install -y python3 python3-pip + sudo apt-get update -y + sudo apt-get install -y python3 python3-pip - name: Run integration tests run: |