diff options
| author | Bobby <[email protected]> | 2022-08-30 20:38:15 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 20:38:15 -0400 |
| commit | 47dd729a89646811a1b4957468a8e64898e48a02 (patch) | |
| tree | 7c4697ca6e2c62540a2b45527c126d467aa1d769 /.github | |
| parent | 16fc732b9ca54e6dc60dc2567b3f616ff0da8dbe (diff) | |
| download | edify-47dd729a89646811a1b4957468a8e64898e48a02.tar.xz edify-47dd729a89646811a1b4957468a8e64898e48a02.zip | |
Remove codecov from install deps
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/github-actions.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8fe9144..8bafe65 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -159,7 +159,6 @@ jobs: virtualenv --version pip --version tox --version - pip install coverage pip list --format=freeze - name: test env: |
