File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -38,15 +38,14 @@ jobs:
3838 run : |
3939 set -x
4040 pip uninstall -y triton
41- source ~/env_setup.sh
4241 export FLAGTREE_BACKEND=metax
4342 cd python
44- MAX_JOBS=32 python3.10 -m pip install . --no-build-isolation
43+ MAX_JOBS=32 python3 -m pip install . --no-build-isolation
4544
4645 - name : FlagTree Test on Metax
4746 if : steps.check_backend.outputs.should_skip != 'true'
4847 shell : bash
4948 run : |
5049 set -x
5150 source ~/env.sh
52- python3.10 -m pytest -s third_party/metax/python/test/unit
51+ python3 -m pytest -s third_party/metax/python/test/unit
Original file line number Diff line number Diff line change 1212 default : ' 0.5.0'
1313 PYTHON_VER :
1414 required : true
15- default : ' 3.10 '
15+ default : ' 3.12 '
1616 PLATFORM :
1717 required : true
1818 default : ' x86_64'
2727 PYTHON_VER :
2828 type : string
2929 required : true
30- default : ' 3.10 '
30+ default : ' 3.12 '
3131 PLATFORM :
3232 type : string
3333 required : true
You can’t perform that action at this time.
0 commit comments