Skip to content

Commit 9adb5c4

Browse files
committed
Update deps in tests
1 parent c755395 commit 9adb5c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-i386.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
run: |
6464
export DISABLE_NUMCODECS_AVX2=""
6565
uv venv
66-
uv pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec,zfpy]
66+
uv pip install -v -e .[test,test_extras,msgpack,google_crc32c,crc32c,pcodec,zfpy]
6767
shell: alpine.sh {0}
6868

6969
- name: List installed packages

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install numcodecs
5151
run: |
5252
export DISABLE_NUMCODECS_AVX2=""
53-
python -m pip install -v -e .[test,test_extras,msgpack,crc32c,pcodec,zfpy]
53+
python -m pip install -v -e .[test,test_extras,msgpack,google_crc32c,crc32c,pcodec,zfpy]
5454
5555
- name: List installed packages
5656
run: python -m pip list

0 commit comments

Comments
 (0)