From 64e256f2cc0437768037a3c1f087c3ecb6410277 Mon Sep 17 00:00:00 2001 From: Alek Petuskey Date: Sun, 19 Jan 2025 18:19:44 -0800 Subject: [PATCH] Test codespeed --- .github/workflows/codspeed.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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