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 bda1986 commit b4da7e2Copy full SHA for b4da7e2
.github/workflows/ci-i386.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: jirutka/[email protected]
26
with:
27
arch: x86
28
+ branch: v3.19 # For Python 3.11
29
packages: >
30
build-base
31
git
@@ -47,8 +48,7 @@ jobs:
47
48
49
- name: Install zfp
50
run: |
- uv python install 3.11
51
- uv venv --python 3.11
+ uv venv
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"))');
54
git clone https://github.com/LLNL/zfp
0 commit comments