We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9681cf9 commit e6207b7Copy full SHA for e6207b7
.github/workflows/codspeed.yml
@@ -27,10 +27,6 @@ jobs:
27
with:
28
fetch-depth: 0
29
persist-credentials: false
30
- - name: Set up Python
31
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
32
- with:
33
- python-version: "3.11"
34
- name: Install Hatch
35
uses: pypa/hatch@257e27e51a6a5616ed08a39a408a21c35c9931bc
36
@@ -39,4 +35,4 @@ jobs:
39
uses: CodSpeedHQ/action@1c8ae4843586d3ba879736b7f6b7b0c990757fab # v4.12.1
40
41
37
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