File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -54,15 +54,14 @@ jobs:
54
54
- name : Create Conda environment with the rights deps
55
55
shell : " bash -l {0}"
56
56
run : |
57
- conda create -n zarr-env python==${{matrix.python-version}} bsddb3 numcodecs lmdb pip nodejs flake8 mypy
57
+ conda create -n zarr-env python==${{matrix.python-version}} bsddb3 pip nodejs
58
58
conda activate zarr-env
59
59
npm install -g azurite
60
60
- name : Install dependencies
61
61
shell : " bash -l {0}"
62
62
run : |
63
63
conda activate zarr-env
64
64
python -m pip install --upgrade pip
65
- python -m pip install -U pip setuptools wheel line_profiler
66
65
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
67
66
python -m pip install -e .
68
67
python -m pip freeze
Original file line number Diff line number Diff line change @@ -31,13 +31,12 @@ jobs:
31
31
- name : Create Conda environment with the rights deps
32
32
shell : bash -l {0}
33
33
run : |
34
- conda create -n zarr-env python==${{matrix.python-version}} numcodecs pip nodejs
34
+ conda create -n zarr-env python==${{matrix.python-version}} pip nodejs
35
35
- name : Install dependencies
36
36
shell : bash -l {0}
37
37
run : |
38
38
conda activate zarr-env
39
39
python -m pip install --upgrade pip
40
- python -m pip install -U pip setuptools wheel
41
40
python -m pip install -r requirements_dev_numpy.txt -r requirements_dev_minimal.txt -r requirements_dev_optional.txt
42
41
python -m pip install .
43
42
python -m pip freeze
You can’t perform that action at this time.
0 commit comments