Skip to content

Commit e6207b7

Browse files
authored
fix: simplify and fix codspeed workflow (#3895)
1 parent 9681cf9 commit e6207b7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/codspeed.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false
30-
- name: Set up Python
31-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
32-
with:
33-
python-version: "3.11"
3430
- name: Install Hatch
3531
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
3632
with:
@@ -39,4 +35,4 @@ jobs:
3935
uses: CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab # v4.12.1
4036
with:
4137
mode: walltime
42-
run: hatch run test.py3.11-minimal:pytest tests/benchmarks --codspeed
38+
run: hatch run test.py3.12-minimal:pytest tests/benchmarks --codspeed

0 commit comments

Comments
 (0)