Skip to content

Commit 85633cf

Browse files
fix codspeed ci
1 parent e4b4759 commit 85633cf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
python-version: ['3.13', pypy3.11]
29+
python-version: [py3.13, pypy3.11]
3030

3131
steps:
3232
- uses: actions/checkout@v6
@@ -43,4 +43,4 @@ jobs:
4343
run: |
4444
pip install --upgrade pip
4545
pip install --upgrade tox
46-
tox -e benchmark-py${{ matrix.python-version }}
46+
tox -e benchmark-${{ matrix.python-version }}

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ commands =
5252
python -m build --sdist
5353
twine check dist/*
5454

55-
[testenv:benchmark-{py3.13,pypy3.11}]
55+
[testenv:benchmark-{3.13,pypy3.11}]
5656
basepython =
57-
py3.13: python3.13
57+
3.13: python3.13
5858
pypy3.11: pypy3.11
5959
deps =
6060
{[testenv]deps}

0 commit comments

Comments
 (0)