diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 45d1feb96..2d97a86fa 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -20,10 +20,10 @@ jobs: python-version: "3.9" - name: Install dependencies - run: pip install -r requirements.txt + run: poetry install - name: Run benchmarks uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} - run: pytest tests/ --codspeed \ No newline at end of file + run: poetry run pytest tests/ --codspeed \ No newline at end of file