File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1010env :
1111 WORKSPACE_PREFIX : $(echo $GITHUB_WORKSPACE |cut -d '/' -f 1-5)
1212 WORKSPACE_PREFIX_SHORT : $(echo $GITHUB_WORKSPACE |cut -d '/' -f 1-3)
13- IMAGE : registry.h.pjlab.org.cn/ailab-llmrazor/xtuner:pt28_20250911_6652194_fix_pip
13+ IMAGE : registry.h.pjlab.org.cn/ailab-llmrazor/xtuner:pt28_20251113_22badb0_grouped_router_topk1
1414
1515concurrency :
1616 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
3030 - name : unit-test
3131 run : |
3232 export PYTHONPYCACHEPREFIX=/tmp
33- python ci/scripts/xtuner_unittest.py "$IMAGE" "source ${{env.WORKSPACE_PREFIX}}/BASE_ENV.sh;source ci/scripts/CI_ENV.sh" "pytest tests --ignore=./tests/module/dispatcher/test_deepep.py "
33+ python ci/scripts/xtuner_unittest.py "$IMAGE" "source ${{env.WORKSPACE_PREFIX}}/BASE_ENV.sh;source ci/scripts/CI_ENV.sh" "pytest tests"
Original file line number Diff line number Diff line change @@ -28,7 +28,5 @@ export PYTEST_ADDOPTS='-o cache_dir=/tmp/.pytest_cache'
2828
2929proxy_off
3030pip install -e .
31- pip install openai-harmony
32- pip install numpy==1.26.4
3331
3432export PYTHONPATH=${LM_DEPLOY} :$PYTHONPATH
You can’t perform that action at this time.
0 commit comments