We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca918c commit eca591eCopy full SHA for eca591e
.github/workflows/codspeed.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
python-version: 3.x
18
- run: pip install -r tests/requirements.in
19
- - uses: CodSpeedHQ/action@v2
+ - uses: CodSpeedHQ/action@v3
20
21
token: ${{ secrets.CODSPEED_TOKEN }}
22
run: make bench
0 commit comments