Skip to content

Commit dbdb6bb

Browse files
committed
chore: refactor python version
1 parent adab501 commit dbdb6bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
NODE_VERSION: 20.16.0
1212
PNPM_VERSION: 9.14.2
1313
BUN_VERSION: 1.1.10
14+
PYTHON_VERSION: 3.13
1415

1516
permissions:
1617
actions: read
@@ -60,7 +61,7 @@ jobs:
6061
- uses: actions/setup-python@v5
6162
id: setup_python
6263
with:
63-
python-version: '3.13'
64+
python-version: ${{ env.PYTHON_VERSION }}
6465
cache: 'pip'
6566

6667
- name: Restore cached virtualenv

0 commit comments

Comments
 (0)