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