[CI] fix hf_token (#180)
Fix the bug introduced by #173 Signed-off-by: MengqingCao <cmq0113@163.com>
This commit is contained in:
2
.github/workflows/vllm_ascend_test.yaml
vendored
2
.github/workflows/vllm_ascend_test.yaml
vendored
@@ -120,6 +120,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Run vllm-project/vllm test
|
- name: Run vllm-project/vllm test
|
||||||
env:
|
env:
|
||||||
HF_TOKEN: {{ secrets.HF_TOKEN }}
|
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
pytest -sv
|
pytest -sv
|
||||||
|
|||||||
Reference in New Issue
Block a user