We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c576d5c commit 837854bCopy full SHA for 837854b
.github/workflows/python-package.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
conda activate zarr-env
62
python -m pip install --upgrade pip
63
- python -m pip install -U pip setuptools wheel line_profiler
+ python -m pip install -U pip setuptools wheel
64
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
65
python -m pip install .
66
python -m pip freeze
0 commit comments