Skip to content

Commit

Permalink
Drop deprecated codecov dependency from conda install
Browse files Browse the repository at this point in the history
The codecov-python package is being deprecated, see
codecov/codecov-python#325.
  • Loading branch information
weiji14 committed Sep 12, 2021
1 parent 4d16c18 commit 19015ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
conda install gmt=6.2.0 numpy=${{ matrix.numpy-version }} \
pandas xarray netCDF4 packaging \
${{ matrix.optional-packages }} \
codecov coverage[toml] dvc ipython make \
coverage[toml] dvc ipython make \
pytest-cov pytest-mpl pytest>=6.0 \
sphinx-gallery
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ dependencies:
# Development dependencies
- black
- blackdoc
- codecov
- coverage[toml]
- docformatter
- dvc
Expand Down

0 comments on commit 19015ab

Please sign in to comment.