Skip to content

Commit b95a3a2

Browse files
Pin CodSpeed benchmark job to Python 3.12
1 parent 4e0dfb0 commit b95a3a2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
- name: Set up Python
5959
uses: actions/setup-python@v6
6060
with:
61-
python-version-file: ".python-version"
61+
# Work around import-time SciPy/sklearn segfaults on the codspeed ARM64 Python 3.13 runner.
62+
python-version: "3.12"
6263
- uses: astral-sh/setup-uv@v7
6364
with:
6465
enable-cache: true

0 commit comments

Comments
 (0)