Skip to content

Commit 837854b

Browse files
committed
Try removing line_profiler
1 parent c576d5c commit 837854b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: |
6161
conda activate zarr-env
6262
python -m pip install --upgrade pip
63-
python -m pip install -U pip setuptools wheel line_profiler
63+
python -m pip install -U pip setuptools wheel
6464
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
6565
python -m pip install .
6666
python -m pip freeze

0 commit comments

Comments
 (0)