File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments