Skip to content

Commit 10d47ad

Browse files
committed
[BUILD] Update metax to python3.12
1 parent bc8fa88 commit 10d47ad

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/metax-build-and-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/metax-delivery.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
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'
@@ -27,7 +27,7 @@ on:
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

0 commit comments

Comments
 (0)