Skip to content

Commit bda1986

Browse files
committed
Use uv to install Python 3.11
1 parent 7c6edb2 commit bda1986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-i386.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
4848
- name: Install zfp
4949
run: |
50+
uv python install 3.11
5051
uv venv --python 3.11
5152
PYTHON_INCLUDE=$(uv run python -c 'from sysconfig import get_paths; print(get_paths()["include"])');
5253
PYTHON_LIB=$(uv run python -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))');

0 commit comments

Comments
 (0)