Skip to content

Commit 73fc8ea

Browse files
committed
Fix zfpy build
1 parent 3c75ecc commit 73fc8ea

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
@@ -58,7 +58,8 @@ jobs:
5858
uv run make;
5959
cd ..;
6060
cp build/lib*/libzfp* /usr/local/lib;
61-
uv add "zfpy @ git+https://github.com/LLNL/zfp"
61+
cd ..
62+
uv add "zfpy @ ./zfp"
6263
shell: alpine.sh {0}
6364

6465
- name: Install numcodecs

0 commit comments

Comments
 (0)