We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66f40b commit e1e5561Copy full SHA for e1e5561
.github/workflows/python-package.yml
@@ -58,7 +58,7 @@ jobs:
58
run: |
59
conda activate zarr-env
60
python -m pip install --upgrade pip
61
- python -m pip install -U pip setuptools wheel codecov line_profiler
+ python -m pip install -U pip setuptools wheel line_profiler
62
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
63
python -m pip install .
64
python -m pip freeze
0 commit comments