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 24
24
shell : " bash -l {0}"
25
25
run : |
26
26
conda activate minimal
27
+ python -m pip install git+https://github.com/madsbk/numcodecs.git@ndarray_like --no-deps
27
28
python -m pip install .
28
29
pytest -svx --timeout=300
29
30
- name : Fixture generation
Original file line number Diff line number Diff line change 60
60
python -m pip install --upgrade pip
61
61
python -m pip install -U pip setuptools wheel codecov line_profiler
62
62
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
63
64
python -m pip install .
64
65
python -m pip freeze
65
66
- name : Tests
Original file line number Diff line number Diff line change 39
39
python -m pip install --upgrade pip
40
40
python -m pip install -U pip setuptools wheel
41
41
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
42
43
python -m pip install .
43
44
python -m pip freeze
44
45
npm install -g azurite
You can’t perform that action at this time.
0 commit comments