Skip to content

Commit dac5e79

Browse files
committed
[CI/CD] Update tsingmicro workflow
1 parent fbd35ce commit dac5e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ jobs:
5151
source ~/env.sh
5252
export FLAGTREE_BACKEND=tsingmicro
5353
cd python
54-
python3.10 -m pip install . --no-build-isolation -v
54+
python3 -m pip install . --no-build-isolation -v
5555
5656
- name: FlagTree Test on Tsingmicro
5757
shell: bash
5858
run: |
5959
source ~/env.sh
60-
python3.10 -c 'import triton; print(triton.__path__)'
60+
python3 -c 'import triton; print(triton.__path__)'

0 commit comments

Comments
 (0)