Skip to content

Commit 64e256f

Browse files
Alek PetuskeyAlek Petuskey
authored andcommitted
Test codespeed
1 parent 6deefe8 commit 64e256f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
python-version: "3.9"
2121

2222
- name: Install dependencies
23-
run: pip install -r requirements.txt
23+
run: poetry install
2424

2525
- name: Run benchmarks
2626
uses: CodSpeedHQ/action@v3
2727
with:
2828
token: ${{ secrets.CODSPEED_TOKEN }}
29-
run: pytest tests/ --codspeed
29+
run: poetry run pytest tests/ --codspeed

0 commit comments

Comments
 (0)