File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,10 +103,6 @@ jobs:
103103 pip install yapf==0.32.0
104104 yapf --diff --recursive .
105105
106- - name : Install dependencies
107- run : |
108- pip install -r requirements-dev.txt --extra-index-url https://download.pytorch.org/whl/cpu
109-
110106 - name : Checkout vllm-project/vllm repo
111107 uses : actions/checkout@v4
112108 with :
@@ -126,6 +122,10 @@ jobs:
126122 pip install -r requirements/build.txt --extra-index-url https://download.pytorch.org/whl/cpu
127123 VLLM_TARGET_DEVICE=empty pip install .
128124
125+ - name : Install dependencies
126+ run : |
127+ pip install -r requirements-dev.txt --extra-index-url https://download.pytorch.org/whl/cpu
128+
129129 - name : Mypy Check
130130 run : |
131131 echo "::add-matcher::.github/workflows/matchers/mypy.json"
You can’t perform that action at this time.
0 commit comments