Skip to content

Commit

Permalink
Remove `codecov (#1391)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Apr 13, 2023
1 parent a66f40b commit e1e5561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
conda activate zarr-env
python -m pip install --upgrade pip
python -m pip install -U pip setuptools wheel codecov line_profiler
python -m pip install -U pip setuptools wheel line_profiler
python -m pip install -rrequirements_dev_minimal.txt numpy${{matrix.numpy_version}} -rrequirements_dev_optional.txt pymongo redis
python -m pip install .
python -m pip freeze
Expand Down

0 comments on commit e1e5561

Please sign in to comment.