Skip to content

Commit d643328

Browse files
hmgaudeckerclaude
andcommitted
Revert benchmark-workflow pixi PATH workaround
The GPU benchmark runner's pixi 0.69 install resolves on the bare `pixi` invocations without a $GITHUB_PATH prepend, same as before the lockfile bump. Restore the workflows to that state. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 3199be9 commit d643328

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/benchmark-main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
- uses: actions/checkout@v6
2828
with:
2929
fetch-depth: 0
30-
- name: Put the runner's pixi on PATH
31-
run: echo "$HOME/.pixi/bin" >> "$GITHUB_PATH"
3230
- name: Install environment
3331
run: pixi install -e benchmarks-cuda12
3432
- name: Regenerate _version.py

.github/workflows/benchmark-pr.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ jobs:
3434
fetch-depth: 0
3535
- name: Ensure main ref exists
3636
run: git fetch origin main:main || true
37-
- name: Put the runner's pixi on PATH
38-
run: echo "$HOME/.pixi/bin" >> "$GITHUB_PATH"
3937
- name: Install environment
4038
run: pixi install -e benchmarks-cuda12
4139
- name: Regenerate _version.py

0 commit comments

Comments
 (0)