misc(backend): forward env

This commit is contained in:
Morgan Funtowicz 2024-12-20 09:42:33 +01:00
parent e927443ea6
commit a3399fcb98

View File

@ -33,7 +33,7 @@ jobs:
- name: Extract TensorRT-LLM version
run: |
echo "TENSORRT_LLM_VERSION=$(grep -oP '([a-z,0-9]{40})' backends/trtllm/cmake/trtllm.cmake)" >> $GITHUB_ENV
echo "TensorRT-LLM version: ${{ env.TENSORRT_LLM_VERSION }}"
echo "TensorRT-LLM version: ${{ TENSORRT_LLM_VERSION }}"
- name: "Configure AWS Credentials"
id: aws-creds