diff --git a/.github/workflows/vllm_ascend_test.yaml b/.github/workflows/vllm_ascend_test.yaml index 9208188..b82659b 100644 --- a/.github/workflows/vllm_ascend_test.yaml +++ b/.github/workflows/vllm_ascend_test.yaml @@ -103,10 +103,6 @@ jobs: pip install yapf==0.32.0 yapf --diff --recursive . - - name: Install dependencies - run: | - pip install -r requirements-dev.txt --extra-index-url https://download.pytorch.org/whl/cpu - - name: Checkout vllm-project/vllm repo uses: actions/checkout@v4 with: @@ -126,6 +122,10 @@ jobs: pip install -r requirements/build.txt --extra-index-url https://download.pytorch.org/whl/cpu VLLM_TARGET_DEVICE=empty pip install . + - name: Install dependencies + run: | + pip install -r requirements-dev.txt --extra-index-url https://download.pytorch.org/whl/cpu + - name: Mypy Check run: | echo "::add-matcher::.github/workflows/matchers/mypy.json"