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 a338b7f commit 692d8e6Copy full SHA for 692d8e6
.github/workflows/ci.yaml
@@ -94,7 +94,7 @@ jobs:
94
run: pip install uv && uv pip install --system . pytest-codspeed pytest-xdist
95
96
- name: Run benchmarks
97
- uses: CodSpeedHQ/action@513a19673a831f139e8717bf45ead67e47f00044 # 3.2.0
+ uses: CodSpeedHQ/action@1015f4f828ff74b7a950909897fe581d6ba868cc # 3.3.1
98
with:
99
token: ${{ secrets.CODESPEED_TOKEN }}
100
run: pytest tests/test_pipeline.py --codspeed -n 2
0 commit comments