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 4e79f7e commit 01aeaf2Copy full SHA for 01aeaf2
.github/workflows/codspeed.yml
@@ -6,6 +6,9 @@ on:
6
branches: [master]
7
workflow_dispatch:
8
9
+env:
10
+ PYTHON_VERSION: "3.12"
11
+
12
jobs:
13
build:
14
name: Build wheel
@@ -15,7 +18,7 @@ jobs:
15
18
- uses: astral-sh/setup-uv@v4
16
19
- uses: actions/setup-python@v5
17
20
with:
- python-version: "3.12"
21
+ python-version: ${{ env.PYTHON_VERSION }}
22
- name: Install valgrind
23
run: sudo apt-get install valgrind -y
24
- name: Build the wheel
@@ -35,7 +38,7 @@ jobs:
35
38
submodules: "recursive"
36
39
- uses: actions/setup-python@v2
37
40
41
42
- uses: actions/download-artifact@v4
43
44
name: wheel
0 commit comments