Skip to content

Commit 7c6edb2

Browse files
committed
Try using Python 3.12
1 parent cc54bd4 commit 7c6edb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-i386.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Install zfp
4949
run: |
50-
uv venv
50+
uv venv --python 3.11
5151
PYTHON_INCLUDE=$(uv run python -c 'from sysconfig import get_paths; print(get_paths()["include"])');
5252
PYTHON_LIB=$(uv run python -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))');
5353
git clone https://github.com/LLNL/zfp

0 commit comments

Comments
 (0)