We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40da9ae commit a638d14Copy full SHA for a638d14
.github/workflows/third-party-tests.yml
@@ -65,6 +65,7 @@ jobs:
65
uses: ./.github/actions/setup-pytorch
66
67
- name: Setup Triton
68
+ id: install
69
uses: ./.github/actions/setup-triton
70
71
- name: Create reports dir
@@ -125,15 +126,9 @@ jobs:
125
126
- name: Setup PyTorch
127
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
+ - name: Setup Triton
134
id: install
135
- run: |
136
- pip install dist/*.whl
+ uses: ./.github/actions/setup-triton
137
138
139
run: |
0 commit comments