Skip to content

Commit a638d14

Browse files
committed
Debug
1 parent 40da9ae commit a638d14

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/third-party-tests.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
uses: ./.github/actions/setup-pytorch
6666

6767
- name: Setup Triton
68+
id: install
6869
uses: ./.github/actions/setup-triton
6970

7071
- name: Create reports dir
@@ -125,15 +126,9 @@ jobs:
125126
- name: Setup PyTorch
126127
uses: ./.github/actions/setup-pytorch
127128

128-
- name: Build Triton wheels
129-
uses: ./.github/actions/setup-triton
130-
with:
131-
command: DEBUG=1 python -m build --wheel --no-isolation
132-
133-
- name: Install Triton
129+
- name: Setup Triton
134130
id: install
135-
run: |
136-
pip install dist/*.whl
131+
uses: ./.github/actions/setup-triton
137132

138133
- name: Create reports dir
139134
run: |

0 commit comments

Comments
 (0)