Skip to content

Commit b4da7e2

Browse files
committed
Use Apline v3.19 for Python 3.11
Alternatively, we could patch zfpy
1 parent bda1986 commit b4da7e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-i386.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: jirutka/[email protected]
2626
with:
2727
arch: x86
28+
branch: v3.19 # For Python 3.11
2829
packages: >
2930
build-base
3031
git
@@ -47,8 +48,7 @@ jobs:
4748
4849
- name: Install zfp
4950
run: |
50-
uv python install 3.11
51-
uv venv --python 3.11
51+
uv venv
5252
PYTHON_INCLUDE=$(uv run python -c 'from sysconfig import get_paths; print(get_paths()["include"])');
5353
PYTHON_LIB=$(uv run python -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))');
5454
git clone https://github.com/LLNL/zfp

0 commit comments

Comments
 (0)