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 c5b5b85 commit 0aeb899Copy full SHA for 0aeb899
.github/workflows/unit-test.yml
@@ -45,7 +45,7 @@ jobs:
45
just ci-test ${{ matrix.python-version }}
46
47
- name: Run benchmarks
48
- uses: CodSpeedHQ/action@v3
+ uses: CodSpeedHQ/action@v4
49
if: ${{ matrix.python-version == '3.13' && github.event_name != 'merge_group' }}
50
with:
51
run: uv run -p ${{ matrix.python-version }} pytest --codspeed
0 commit comments