From 6f503daf4b4f4074bff1f4d8eb38c49ca3959e8f Mon Sep 17 00:00:00 2001 From: Davis Vann Bennett Date: Thu, 9 Apr 2026 17:15:58 +0200 Subject: [PATCH] fix: simplify and fix codspeed workflow --- .github/workflows/codspeed.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/codspeed.yml b/.github/workflows/codspeed.yml index 91226c19a3..8d67cf18d9 100644 --- a/.github/workflows/codspeed.yml +++ b/.github/workflows/codspeed.yml @@ -27,10 +27,6 @@ jobs: with: fetch-depth: 0 persist-credentials: false - - name: Set up Python - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 - with: - python-version: "3.11" - name: Install Hatch uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc with: @@ -39,4 +35,4 @@ jobs: uses: CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab # v4.12.1 with: mode: walltime - run: hatch run test.py3.11-minimal:pytest tests/benchmarks --codspeed + run: hatch run test.py3.12-minimal:pytest tests/benchmarks --codspeed