diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index e780f6408..2f01367ac 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -31,4 +31,4 @@ jobs: uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: pytest benchmarks/ --codspeed + run: poetry run pytest benchmarks/ --codspeed