We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd35ce commit dac5e79Copy full SHA for dac5e79
.github/workflows/tsingmicro-build-and-test.yml
@@ -51,10 +51,10 @@ jobs:
51
source ~/env.sh
52
export FLAGTREE_BACKEND=tsingmicro
53
cd python
54
- python3.10 -m pip install . --no-build-isolation -v
+ python3 -m pip install . --no-build-isolation -v
55
56
- name: FlagTree Test on Tsingmicro
57
shell: bash
58
run: |
59
60
- python3.10 -c 'import triton; print(triton.__path__)'
+ python3 -c 'import triton; print(triton.__path__)'
0 commit comments