summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-11-25 21:57:32 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-11-25 21:57:35 -0800
commit1d8bfa31a267b165ae4f7b9cf6cb5baf8981984f (patch)
tree3c2b68fa8257a123101507e98108f903558b3a74
parent035cbde2ca75dcfb51e2fde4b112c7bc37f5c24e (diff)
downloadnatsort-1d8bfa31a267b165ae4f7b9cf6cb5baf8981984f.tar.gz
No need to install codacy-codecov in CI
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 30cb3fb..e59f223 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -43,7 +43,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
- python -m pip install tox tox-gh-actions codacy-coverage codecov
+ python -m pip install tox tox-gh-actions codecov
- name: Set Extras Environment
if: matrix.extras