Skip to content

Commit 22817fa

Browse files
authored
Update codeql.yml
1 parent 2548330 commit 22817fa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ jobs:
7171
# - name: Setup runtime (example)
7272
# uses: actions/setup-example@v1
7373

74-
- name: Clone vLLM and apply patch
75-
run: |
76-
git clone -b v0.8.3 https://github.com/vllm-project/vllm.git vllm-upstream
77-
cd vllm-upstream
78-
git apply ../vllm/patches/vllm_for_multi_arc.patch
74+
# - name: Clone vLLM and apply patch
75+
# run: |
76+
# git clone -b v0.8.3 https://github.com/vllm-project/vllm.git vllm-upstream
77+
# cd vllm-upstream
78+
# git apply ../vllm/patches/vllm_for_multi_arc.patch
7979

8080
# Initializes the CodeQL tools for scanning.
8181
- name: Initialize CodeQL

0 commit comments

Comments
 (0)