Skip to content

Commit a77b241

Browse files
committed
Fix pcodec install
1 parent 1614f43 commit a77b241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
shell: "bash -l {0}"
6969
run: |
7070
conda activate env
71-
python -m pip install -v pcodec
71+
python -m pip install -v ".[pcodec]"
7272
7373
7474
# This is used to test with zfpy, which does not yet support numpy 2.0

0 commit comments

Comments
 (0)