Skip to content

Commit 6ad7f85

Browse files
authored
[CI] Use prebuilt wheels and remove CI_METAX from release branches (#7911)
1 parent 13eaea0 commit 6ad7f85

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/ci_metax.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
- synchronize
88
branches:
99
- develop
10-
- release/**
1110

1211
permissions:
1312
contents: read

scripts/run_pre_ce.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,10 @@ python -m pip config set global.index-url https://mirrors.tuna.tsinghua.edu.cn/p
88
python -m pip install -r requirements.txt
99
python -m pip install jsonschema aistudio_sdk==0.3.5
1010
# Use prebuilt wheel files to install xgrammar==0.1.19 and torch==2.8.0 specifically for the CI environment
11-
python -m pip install xgrammar==0.1.19 torch==2.8.0
12-
# python -m pip install \
13-
# https://paddle-qa.bj.bcebos.com/FastDeploy/torch-2.6.0-cp310-cp310-manylinux1_x86_64.whl \
14-
# https://paddle-qa.bj.bcebos.com/FastDeploy/triton-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl \
15-
# https://paddle-qa.bj.bcebos.com/FastDeploy/xgrammar-0.1.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
11+
python -m pip install \
12+
https://paddle-qa.bj.bcebos.com/FastDeploy/torch-2.8.0-cp310-cp310-manylinux_2_28_x86_64.whl \
13+
https://paddle-qa.bj.bcebos.com/FastDeploy/triton-3.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl \
14+
https://paddle-qa.bj.bcebos.com/FastDeploy/xgrammar-0.1.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
1615

1716
failed_files=()
1817
run_path="$DIR/../tests/ci_use/"

0 commit comments

Comments
 (0)