Skip to content

Commit 9976f06

Browse files
committed
1 parent 745b612 commit 9976f06

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/minimal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
shell: "bash -l {0}"
2525
run: |
2626
conda activate minimal
27+
python -m pip install git+https://github.com/madsbk/numcodecs.git@ndarray_like --no-deps
2728
python -m pip install .
2829
pytest -svx --timeout=300
2930
- name: Fixture generation

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
python -m pip install --upgrade pip
6161
python -m pip install -U pip setuptools wheel codecov line_profiler
6262
python -m pip install -rrequirements_dev_minimal.txt numpy${{ matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
63+
python -m pip install git+https://github.com/madsbk/numcodecs.git@ndarray_like --no-deps
6364
python -m pip install .
6465
python -m pip freeze
6566
- name: Tests

.github/workflows/windows-testing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
python -m pip install --upgrade pip
4040
python -m pip install -U pip setuptools wheel
4141
python -m pip install -r requirements_dev_numpy.txt -r requirements_dev_minimal.txt -r requirements_dev_optional.txt
42+
python -m pip install git+https://github.com/madsbk/numcodecs.git@ndarray_like --no-deps
4243
python -m pip install .
4344
python -m pip freeze
4445
npm install -g azurite

0 commit comments

Comments
 (0)