add poetry run

This commit is contained in:
Khaleel Al-Adhami 2025-01-28 11:44:58 -08:00
parent 3cb61295a2
commit 3db64cd7b4

View File

@ -31,4 +31,4 @@ jobs:
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest benchmarks/ --codspeed
run: poetry run pytest benchmarks/ --codspeed