Skip to content

Commit 737c92e

Browse files
committed
update ci.yaml
Signed-off-by: mwlon <m.w.loncaric@gmail.com>
1 parent e9c3f9f commit 737c92e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,7 @@ jobs:
4848
conda list --show-channel-urls
4949
5050
- name: Install numcodecs
51-
run: |
52-
# TODO: Remove this conditional when pcodec supports Python 3.14
53-
if [[ "${{ matrix.python-version }}" == "3.14" ]]; then
54-
python -m pip install -v ".[test,test_extras,msgpack,google_crc32c,crc32c,zfpy]"
55-
else
56-
python -m pip install -v ".[test,test_extras,msgpack,google_crc32c,crc32c,pcodec,zfpy]"
57-
fi
51+
run: python -m pip install -v ".[test,test_extras,msgpack,google_crc32c,crc32c,pcodec,zfpy]"
5852

5953
- name: List installed packages
6054
run: python -m pip list

0 commit comments

Comments
 (0)