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