Skip to content

Commit dc4d250

Browse files
authored
[tritonbench] use uv pip to install ci deps (#178)
1 parent 49fa451 commit dc4d250

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/tritonbench.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,6 @@ jobs:
176176
fi
177177
echo "DEVICE_TYPE=$DEVICE_TYPE" >> $GITHUB_ENV
178178
179-
- name: Install dependencies
180-
shell: bash
181-
working-directory: triton-benchmarks/tritonbench
182-
run: |
183-
set -eux
184-
pip install --group ci
185-
186179
- name: Install TritonBench and Build Triton
187180
working-directory: triton-benchmarks/tritonbench
188181
env:
@@ -203,6 +196,10 @@ jobs:
203196
bash ./.ci/tritonbench/setup-env.sh --cuda \
204197
--custom-triton ${GITHUB_WORKSPACE}/triton-benchmarks/triton
205198
199+
. "${SETUP_SCRIPT}"
200+
. "${UV_VENV_DIR}/${CONDA_ENV}/bin/activate"
201+
$HOME/.local/bin/uv pip install --group ci
202+
206203
- name: Run TritonBench
207204
working-directory: triton-benchmarks/tritonbench
208205
run: |

0 commit comments

Comments
 (0)