[Misc] version control by setuptools_scm (#21)

make package version control by setuptools_scm to keep the same with
vllm

Signed-off-by: wangxiyuan <wangxiyuan1007@gmail.com>
This commit is contained in:
wangxiyuan
2025-02-10 09:36:09 +08:00
committed by GitHub
parent 88714969d4
commit c59375caff
5 changed files with 25 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install toml
pip install yapf==0.32.0
- name: Running yapf
run: |