There was an error while loading. Please reload this page.
1 parent 49fa451 commit dc4d250Copy full SHA for dc4d250
1 file changed
.github/workflows/tritonbench.yml
@@ -176,13 +176,6 @@ jobs:
176
fi
177
echo "DEVICE_TYPE=$DEVICE_TYPE" >> $GITHUB_ENV
178
179
- - name: Install dependencies
180
- shell: bash
181
- working-directory: triton-benchmarks/tritonbench
182
- run: |
183
- set -eux
184
- pip install --group ci
185
-
186
- name: Install TritonBench and Build Triton
187
working-directory: triton-benchmarks/tritonbench
188
env:
@@ -203,6 +196,10 @@ jobs:
203
196
bash ./.ci/tritonbench/setup-env.sh --cuda \
204
197
--custom-triton ${GITHUB_WORKSPACE}/triton-benchmarks/triton
205
198
199
+ . "${SETUP_SCRIPT}"
200
+ . "${UV_VENV_DIR}/${CONDA_ENV}/bin/activate"
201
+ $HOME/.local/bin/uv pip install --group ci
202
+
206
- name: Run TritonBench
207
208
run: |
0 commit comments