From b70f29d72908a7388135e62826d36a998f1508a8 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Fri, 24 Jan 2025 12:12:47 +0100 Subject: [PATCH] Bypasse perm issue. --- .github/workflows/build.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 27907e3971d..39aa511a208 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,14 +45,6 @@ jobs: run: | echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' $GITHUB_WORKSPACE/backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV echo "TensorRT-LLM version: ${{ env.TENSORRT_LLM_VERSION }}" - - name: "Configure AWS Credentials" - id: aws-creds - uses: aws-actions/configure-aws-credentials@v4 - with: - aws-region: us-east-1 - role-to-assume: ${{ secrets.AWS_ROLE_GITHUB_TGI_TEST }} - role-duration-seconds: 7200 - output-credentials: true - name: Construct harware variables shell: bash run: |