From 25e46e4472c90a24fb2c6d945d0088cb102e233a Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Sat, 19 Oct 2024 13:25:16 +0200 Subject: [PATCH] chore: switch to CodSpeed action v3 --- .github/workflows/test.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a161f4d1..e0536611 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,14 +16,12 @@ jobs: with: python-version: "3.12" architecture: x64 - cache: "poetry" - run: poetry env use 3.12 - run: poetry install --with test - if: steps.setup-python.outputs.cache-hit != 'true' - name: Run benchmarks - uses: CodSpeedHQ/action@v2 + uses: CodSpeedHQ/action@v3 with: token: ${{ secrets.CODSPEED_TOKEN }} run: poetry run pytest tests --benchmark-enable --codspeed