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 3533f42 commit a2dba1aCopy full SHA for a2dba1a
1 file changed
.github/workflows/codspeed.yml
@@ -72,7 +72,7 @@ jobs:
72
run: echo "path=$(ls dist/*.whl)" | tee -a "$GITHUB_OUTPUT"
73
74
- name: Install PGO wheel.
75
- run: uv pip install ${{ steps.pgo-wheel.outputs.wheel }} --force-reinstall
+ run: uv pip install ${{ steps.pgo-wheel.outputs.path }} --force-reinstall
76
77
- name: Run CodSpeed benchmarks.
78
uses: CodSpeedHQ/action@v3
0 commit comments