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:
5454 - name : Create Conda environment with the rights deps
5555 shell : " bash -l {0}"
5656 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
5858 conda activate zarr-env
5959 npm install -g azurite
6060 - name : Install dependencies
6161 shell : " bash -l {0}"
6262 run : |
6363 conda activate zarr-env
6464 python -m pip install --upgrade pip
65- python -m pip install -U pip setuptools wheel line_profiler
6665 python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
6766 python -m pip install -e .
6867 python -m pip freeze
Original file line number Diff line number Diff line change @@ -31,13 +31,12 @@ jobs:
3131 - name : Create Conda environment with the rights deps
3232 shell : bash -l {0}
3333 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
3535 - name : Install dependencies
3636 shell : bash -l {0}
3737 run : |
3838 conda activate zarr-env
3939 python -m pip install --upgrade pip
40- python -m pip install -U pip setuptools wheel
4140 python -m pip install -r requirements_dev_numpy.txt -r requirements_dev_minimal.txt -r requirements_dev_optional.txt
4241 python -m pip install .
4342 python -m pip freeze
You can’t perform that action at this time.
0 commit comments