Skip to content

Commit 8e425ed

Browse files
committed
tokenizers==0.22.0 安装放在 python -m pip install ${fd_wheel_url} 安装之后
1 parent ac8b4f9 commit 8e425ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_unit_test_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ jobs:
173173
python -m pip install pytest-cov
174174
python -m pip install jsonschema aistudio_sdk==0.3.5
175175
python -m pip install xgrammar==0.1.19 torch==2.6.0
176-
python -m pip install tokenizers==0.22.0
177176
python -m pip install ${fd_wheel_url}
177+
python -m pip install tokenizers==0.22.0
178178
rm -rf fastdeploy
179179
# coverage subprocess use
180180
python -m pip install ${fd_wheel_url} --no-deps --target=/workspace/FastDeploy

0 commit comments

Comments
 (0)