Skip to content

Commit 3c75ecc

Browse files
committed
Consolidate zfp under uvqq
1 parent 51a1cf9 commit 3c75ecc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-i386.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,17 +54,17 @@ jobs:
5454
cd zfp
5555
mkdir build;
5656
cd build;
57-
cmake .. -DBUILD_ZFPY=ON -DBUILD_TESTING=OFF -DPYTHON_LIBRARY=$PYTHON_LIB -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE;
58-
make;
57+
uv run cmake .. -DBUILD_ZFPY=ON -DBUILD_TESTING=OFF -DPYTHON_LIBRARY=$PYTHON_LIB -DPYTHON_INCLUDE_DIR=$PYTHON_INCLUDE;
58+
uv run make;
5959
cd ..;
6060
cp build/lib*/libzfp* /usr/local/lib;
61+
uv add "zfpy @ git+https://github.com/LLNL/zfp"
6162
shell: alpine.sh {0}
6263

6364
- name: Install numcodecs
6465
run: |
6566
export DISABLE_NUMCODECS_AVX2=""
6667
uv venv
67-
uv add "zfpy @ git+https://github.com/LLNL/zfp"
6868
uv pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec,zfpy]
6969
shell: alpine.sh {0}
7070

0 commit comments

Comments
 (0)