Skip to content

Commit a2dba1a

Browse files
committed
fix output name
1 parent 3533f42 commit a2dba1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: echo "path=$(ls dist/*.whl)" | tee -a "$GITHUB_OUTPUT"
7373

7474
- name: Install PGO wheel.
75-
run: uv pip install ${{ steps.pgo-wheel.outputs.wheel }} --force-reinstall
75+
run: uv pip install ${{ steps.pgo-wheel.outputs.path }} --force-reinstall
7676

7777
- name: Run CodSpeed benchmarks.
7878
uses: CodSpeedHQ/action@v3

0 commit comments

Comments
 (0)