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 552a73c commit 82e2cceCopy full SHA for 82e2cce
.github/workflows/pull-request.yml
@@ -59,6 +59,7 @@ jobs:
59
run: pytest -p no:warnings
60
61
- name: Run Benchmarks
62
+ if: ${{ matrix.python-version == '3.9' }}
63
uses: CodSpeedHQ/action@v3
64
with:
65
token: ${{ secrets.CODSPEED_TOKEN }}
0 commit comments