Skip to content

Commit e66d7fe

Browse files
authored
fix typo involved in ci workflow (#1150)
Signed-off-by: chensuyue <suyue.chen@intel.com>
1 parent 6d3a017 commit e66d7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_example-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
fi
8080
if [[ $(grep -c "vllm-hpu:" ${docker_compose_path}) != 0 ]]; then
8181
git clone https://github.com/HabanaAI/vllm-fork.git
82-
cd vllm-fork && git git checkout 3c39626 && cd ../
82+
cd vllm-fork && git checkout 3c39626 && cd ../
8383
fi
8484
git clone https://github.com/opea-project/GenAIComps.git
8585
cd GenAIComps && git checkout ${{ inputs.opea_branch }} && git rev-parse HEAD && cd ../

0 commit comments

Comments
 (0)