We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adab501 commit dbdb6bbCopy full SHA for dbdb6bb
.github/workflows/benchmark.yaml
@@ -11,6 +11,7 @@ env:
11
NODE_VERSION: 20.16.0
12
PNPM_VERSION: 9.14.2
13
BUN_VERSION: 1.1.10
14
+ PYTHON_VERSION: 3.13
15
16
permissions:
17
actions: read
@@ -60,7 +61,7 @@ jobs:
60
61
- uses: actions/setup-python@v5
62
id: setup_python
63
with:
- python-version: '3.13'
64
+ python-version: ${{ env.PYTHON_VERSION }}
65
cache: 'pip'
66
67
- name: Restore cached virtualenv
0 commit comments