Skip to content

Commit e1e5561

Browse files
authored
Remove `codecov (#1391)
1 parent a66f40b commit e1e5561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
conda activate zarr-env
6060
python -m pip install --upgrade pip
61-
python -m pip install -U pip setuptools wheel codecov line_profiler
61+
python -m pip install -U pip setuptools wheel line_profiler
6262
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
6363
python -m pip install .
6464
python -m pip freeze

0 commit comments

Comments
 (0)