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 7c6edb2 commit bda1986Copy full SHA for bda1986
.github/workflows/ci-i386.yml
@@ -47,6 +47,7 @@ jobs:
47
48
- name: Install zfp
49
run: |
50
+ uv python install 3.11
51
uv venv --python 3.11
52
PYTHON_INCLUDE=$(uv run python -c 'from sysconfig import get_paths; print(get_paths()["include"])');
53
PYTHON_LIB=$(uv run python -c 'import sysconfig; print(sysconfig.get_config_var("LIBDIR"))');
0 commit comments