Skip to content

Commit 608d833

Browse files
committed
Add zfpy via git
1 parent 4d32918 commit 608d833

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci-i386.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
run: |
4848
export DISABLE_NUMCODECS_AVX2=""
4949
uv venv
50-
uv pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec]
50+
uv add "zfpy @ git+https://github.com/LLNL/zfp"
51+
uv pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec,zfpy]
5152
shell: alpine.sh {0}
5253

5354

0 commit comments

Comments
 (0)