Skip to content

Commit

Permalink
Fix TGI_DLC environment variable value
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarobartt committed Sep 2, 2024
1 parent beef705 commit 9446a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
env:
TRAINING_DLC: ${{ inputs.training-dlc }}
INFERENCE_DLC: ${{ inputs.inference-dlc }}
TGI_DLC: ${{ inputs.tgi_dlc }}
TGI_DLC: ${{ inputs.tgi-dlc }}

0 comments on commit 9446a3e

Please sign in to comment.