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 6deefe8 commit 64e256fCopy full SHA for 64e256f
.github/workflows/codspeed.yml
@@ -20,10 +20,10 @@ jobs:
20
python-version: "3.9"
21
22
- name: Install dependencies
23
- run: pip install -r requirements.txt
+ run: poetry install
24
25
- name: Run benchmarks
26
uses: CodSpeedHQ/action@v3
27
with:
28
token: ${{ secrets.CODSPEED_TOKEN }}
29
- run: pytest tests/ --codspeed
+ run: poetry run pytest tests/ --codspeed
0 commit comments